@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface EventHandler
Modifier and Type | Optional Element and Description |
---|---|
boolean |
override
If this Event should be run even if it's been cancelled
|
EventPriority |
priority
The Priority of this Event
|
public abstract EventPriority priority