Enum Class EventPriority

java.lang.Object
java.lang.Enum<EventPriority>
org.bukkit.event.EventPriority
All Implemented Interfaces:
Serializable, Comparable<EventPriority>, Constable

public enum EventPriority extends Enum<EventPriority>
Represents an event's priority in execution.

Listeners with lower priority are called first will listeners with higher priority are called last.

Listeners are called in following order: LOWEST -> LOW -> NORMAL -> HIGH -> HIGHEST -> MONITOR