Uses of Class
com.cliffblaster.game.api.event.Event.Priority

Packages that use Event.Priority
com.cliffblaster.game.api   
com.cliffblaster.game.api.event   
 

Uses of Event.Priority in com.cliffblaster.game.api
 

Methods in com.cliffblaster.game.api that return Event.Priority
 Event.Priority RegisteredEvent.getPriority()
           
 

Methods in com.cliffblaster.game.api with parameters of type Event.Priority
 RegisteredEvent JavaPlugin.registerEvent(Event.Type type, EventListener listener, Event.Priority priority)
          Registers an event that the plug-in will listen to and returns a RegisteredEvent object.
 RegisteredEvent PluginManager.registerEvent(Event.Type type, EventListener listener, JavaPlugin plugin, Event.Priority priority)
          Registers an event that the plug-in will listen to and returns a RegisteredEvent object.
 

Uses of Event.Priority in com.cliffblaster.game.api.event
 

Methods in com.cliffblaster.game.api.event that return Event.Priority
static Event.Priority Event.Priority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Event.Priority[] Event.Priority.values()
          Returns an array containing the constants of this enum type, in the order they're declared.