Package net.md_5.bungee.event
Class EventPriority
java.lang.Object
net.md_5.bungee.event.EventPriority
Importance of the
EventHandler
. When executing an Event, the handlers
are called in order of their Priority.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOWEST
public static final byte LOWEST- See Also:
-
LOW
public static final byte LOW- See Also:
-
NORMAL
public static final byte NORMAL- See Also:
-
HIGH
public static final byte HIGH- See Also:
-
HIGHEST
public static final byte HIGHEST- See Also:
-
-
Constructor Details
-
EventPriority
public EventPriority()
-