Package net.md_5.bungee.event
Class EventPriority
- java.lang.Object
-
- net.md_5.bungee.event.EventPriority
-
public class EventPriority extends Object
Importance of theEventHandler. When executing an Event, the handlers are called in order of their Priority.
-
-
Field Detail
-
LOWEST
public static final byte LOWEST
- See Also:
- Constant Field Values
-
LOW
public static final byte LOW
- See Also:
- Constant Field Values
-
NORMAL
public static final byte NORMAL
- See Also:
- Constant Field Values
-
HIGH
public static final byte HIGH
- See Also:
- Constant Field Values
-
HIGHEST
public static final byte HIGHEST
- See Also:
- Constant Field Values
-
-