public static enum EventHandler.EventPriority extends Enum<EventHandler.EventPriority>
| Modifier and Type | Method and Description |
|---|---|
static EventHandler.EventPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHandler.EventPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventHandler.EventPriority FIRST
public static final EventHandler.EventPriority NORMAL
public static final EventHandler.EventPriority LAST
public static final EventHandler.EventPriority READ_ONLY
public static EventHandler.EventPriority[] values()
for (EventHandler.EventPriority c : EventHandler.EventPriority.values()) System.out.println(c);
public static EventHandler.EventPriority valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 GeyserMC. All rights reserved.