Package | Description |
---|---|
net.minecraftforge.event |
Modifier and Type | Method and Description |
---|---|
EventPriority |
ASMEventHandler.getPriority() |
static EventPriority |
EventPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventPriority[] |
EventPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerList.register(int id,
EventPriority priority,
IEventListener listener) |