Uses of Enum Class
zombie.entity.events.EntityEventType
Packages that use EntityEventType
-
Uses of EntityEventType in zombie.entity
Methods in zombie.entity with parameters of type EntityEventTypeModifier and TypeMethodDescriptionprotected final void
GameEntity.sendEntityEvent
(EntityEventType entityEventType) -
Uses of EntityEventType in zombie.entity.events
Subclasses with type arguments of type EntityEventType in zombie.entity.eventsMethods in zombie.entity.events that return EntityEventTypeModifier and TypeMethodDescriptionEntityEvent.getEventType()
static EntityEventType
Returns the enum constant of this class with the specified name.static EntityEventType[]
EntityEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity.events with parameters of type EntityEventTypeModifier and TypeMethodDescriptionstatic EntityEvent
EntityEvent.Alloc
(EntityEventType entityEventType, GameEntity gameEntity)