-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum EventPriority extends Enum<EventPriority>
Represents an event's priority in execution
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HIGHESTEvent call is critical and must have the final say in what happens to the event.
HIGHEvent call is of high importance.
NORMALEvent call is neither important nor unimportant, and may be run normally.
LOWEvent call is of low importance.
LOWESTEvent call is of very low importance and should be run first, to allow other plugins to further customise the outcome.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-