Annotation Interface GeyserEventHandler
Event Methods must be decorated with this annotation to receive events.
The class the method belongs to must also be registered with the plugin manager
unless it is already decorated with the @Plugin annotation
-
Optional Element Summary
-
Element Details
-
priority
int priority- Default:
- 50
-
ignoreCancelled
boolean ignoreCancelled- Default:
- false
-