Class EventHandler.Priority
java.lang.Object
org.geysermc.geyser.event.handlers.EventHandler.Priority
- Enclosing class:
- EventHandler<T extends GeyserEvent>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOWEST
public static final int LOWEST- See Also:
- Constant Field Values
-
LOW
public static final int LOW- See Also:
- Constant Field Values
-
NORMAL
public static final int NORMAL- See Also:
- Constant Field Values
-
HIGH
public static final int HIGH- See Also:
- Constant Field Values
-
HIGHEST
public static final int HIGHEST- See Also:
- Constant Field Values
-
-
Constructor Details
-
Priority
public Priority()
-