Package net.md_5.bungee.event
Annotation Type EventHandler
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionbyte
Define the priority of the event handler.
-
Element Details
-
priority
byte priorityDefine the priority of the event handler.Event handlers are called in order of priority:
- LOWEST
- LOW
- NORMAL
- HIGH
- HIGHEST
- Returns:
- handler priority
- Default:
- (byte)0x00
-