Uses of Enum Class
zombie.entity.events.ComponentEventType
Packages that use ComponentEventType
-
Uses of ComponentEventType in zombie.entity
Methods in zombie.entity with parameters of type ComponentEventTypeModifier and TypeMethodDescriptionprotected final void
Component.sendComponentEvent
(ComponentEventType componentEventType) protected final void
GameEntity.sendComponentEvent
(Component component, ComponentEventType componentEventType) -
Uses of ComponentEventType in zombie.entity.events
Subclasses with type arguments of type ComponentEventType in zombie.entity.eventsMethods in zombie.entity.events that return ComponentEventTypeModifier and TypeMethodDescriptionComponentEvent.getEventType()
static ComponentEventType
Returns the enum constant of this class with the specified name.static ComponentEventType[]
ComponentEventType.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 ComponentEventTypeModifier and TypeMethodDescriptionstatic ComponentEvent
ComponentEvent.Alloc
(ComponentEventType componentEventType, Component component)