Uses of Class
net.minecraftforge.event.EventPriority

Packages that use EventPriority
net.minecraftforge.event   
 

Uses of EventPriority in net.minecraftforge.event
 

Methods in net.minecraftforge.event that return EventPriority
 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.
 

Methods in net.minecraftforge.event with parameters of type EventPriority
 void ListenerList.register(int id, EventPriority priority, IEventListener listener)