Uses of Enum Class
me.internalizable.numdrassl.api.event.EventPriority
Packages that use EventPriority
-
Uses of EventPriority in me.internalizable.numdrassl.api.event
Subclasses with type arguments of type EventPriority in me.internalizable.numdrassl.api.eventMethods in me.internalizable.numdrassl.api.event that return EventPriorityModifier and TypeMethodDescriptionstatic EventPriorityReturns 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 me.internalizable.numdrassl.api.event with parameters of type EventPriorityModifier and TypeMethodDescription<E> voidEventManager.register(Object plugin, Class<E> eventClass, EventPriority priority, EventHandler<E> handler) Register a single event handler with a specific priority.