Uses of Enum Class
dev.twilite.game.menu.Typecode.EntityType
Packages that use Typecode.EntityType
-
Uses of Typecode.EntityType in dev.twilite.game.menu
Methods in dev.twilite.game.menu that return Typecode.EntityTypeModifier and TypeMethodDescriptionstatic Typecode.EntityTypeTypecode.EntityType.fromCode(int code) Typecode.type()Returns the value of thetyperecord component.static Typecode.EntityTypeReturns the enum constant of this class with the specified name.static Typecode.EntityType[]Typecode.EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.menu with parameters of type Typecode.EntityTypeModifier and TypeMethodDescriptionstatic longTypecode.pack(Coord.Map coord, Typecode.EntityType type, boolean inactive, int index, int world) Packs entity metadata into the game's typecode format.Constructors in dev.twilite.game.menu with parameters of type Typecode.EntityTypeModifierConstructorDescriptionTypecode(Coord.Map map, Typecode.EntityType type, boolean inactive, int index, int world) Creates an instance of aTypecoderecord class.