Package meteordevelopment.orbit
Class EventPriority
- java.lang.Object
-
- meteordevelopment.orbit.EventPriority
-
public class EventPriority extends java.lang.ObjectDefault event priorities.
-
-
Constructor Summary
Constructors Constructor Description EventPriority()
-
-
-
Field Detail
-
HIGHEST
public static final int HIGHEST
- See Also:
- Constant Field Values
-
HIGH
public static final int HIGH
- See Also:
- Constant Field Values
-
MEDIUM
public static final int MEDIUM
- See Also:
- Constant Field Values
-
LOW
public static final int LOW
- See Also:
- Constant Field Values
-
LOWEST
public static final int LOWEST
- See Also:
- Constant Field Values
-
-