Uses of Enum Class
com.loohp.limbo.events.EventPriority
Packages that use EventPriority
-
Uses of EventPriority in com.loohp.limbo.events
Methods in com.loohp.limbo.events that return EventPriorityModifier and TypeMethodDescriptionstatic EventPriority
EventPriority.getByOrder
(int order) static EventPriority[]
EventPriority.getPrioritiesInOrder()
static EventPriority
Returns the enum constant of this class with the specified name.static EventPriority[]
EventPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loohp.limbo.events with parameters of type EventPriorityModifier and TypeMethodDescriptionRegisteredCachedListener.getListeners
(Class<? extends Event> eventClass, EventPriority priority)