Package 

Enum EventPriority

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum EventPriority
    extends Enum<EventPriority>
                        

    Represents an event's priority in execution

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HIGHEST

      Event call is critical and must have the final say in what happens to the event.

      HIGH

      Event call is of high importance.

      NORMAL

      Event call is neither important nor unimportant, and may be run normally.

      LOW

      Event call is of low importance.

      LOWEST

      Event 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 String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait