Uses of Enum Class
zombie.entity.GameEntityType
Packages that use GameEntityType
-
Uses of GameEntityType in zombie.entity
Subclasses with type arguments of type GameEntityType in zombie.entityMethods in zombie.entity that return GameEntityTypeModifier and TypeMethodDescriptionstatic GameEntityType
GameEntityType.FromID
(byte byte0) abstract GameEntityType
GameEntity.getGameEntityType()
MetaEntity.getGameEntityType()
MetaEntity.getOriginalGameEntityType()
static GameEntityType
Returns the enum constant of this class with the specified name.static GameEntityType[]
GameEntityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity with parameters of type GameEntityTypeModifier and TypeMethodDescriptionboolean
ComponentType.isValidGameEntityType
(GameEntityType gameEntityType) boolean
Component.isValidOwnerType
(GameEntityType gameEntityType) -
Uses of GameEntityType in zombie.inventory
Methods in zombie.inventory that return GameEntityType -
Uses of GameEntityType in zombie.iso
Methods in zombie.iso that return GameEntityType -
Uses of GameEntityType in zombie.vehicles
Methods in zombie.vehicles that return GameEntityType