Uses of Enum Class
zombie.entity.events.EntityEventType
Packages that use 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 EntityEventTypeReturns 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 EntityEventEntityEvent.Alloc(EntityEventType arg0, GameEntity arg1)