Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Member Functions | |
EventPriority | priority () default EventPriority.NORMAL |
boolean | ignoreCancelled () default false |
An annotation to mark methods as being event handler methods
Definition at line 13 of file EventHandler.java.
boolean org.bukkit.event.EventHandler.ignoreCancelled | ( | ) |
Define if the handler ignores a cancelled event.
If ignoreCancelled is true and the event is cancelled, the method is not called. Otherwise, the method is always called.
EventPriority org.bukkit.event.EventHandler.priority | ( | ) |
Define the priority of the event.
First priority to the last priority executed: