Package | Description |
---|---|
net.minecraftforge.fml.common.eventhandler |
Modifier and Type | Field and Description |
---|---|
private EventPriority |
Event.phase |
Modifier and Type | Method and Description |
---|---|
EventPriority |
Event.getPhase() |
EventPriority |
ASMEventHandler.getPriority() |
static EventPriority |
EventPriority.valueOf(java.lang.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 |
---|---|
java.util.ArrayList<IEventListener> |
ListenerList.ListenerListInst.getListeners(EventPriority priority)
Returns a ArrayList containing all listeners for this event,
and all parent events for the specified priority.
|
void |
ListenerList.ListenerListInst.register(EventPriority priority,
IEventListener listener) |
void |
ListenerList.register(int id,
EventPriority priority,
IEventListener listener) |
void |
Event.setPhase(EventPriority value) |