package mightypork.rogue.world.entity; /** * Type of an entity * * @author MightyPork */ public enum EntityType { PLAYER, MONSTER, PASSIVE; }