Uses of Class
PluginListener.Priority

Uses of PluginListener.Priority in <Unnamed>
 

Methods in <Unnamed> that return PluginListener.Priority
Modifier and Type Method and Description
static PluginListener.Priority PluginListener.Priority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginListener.Priority[] PluginListener.Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in <Unnamed> with parameters of type PluginListener.Priority
Modifier and Type Method and Description
 PluginRegisteredListener PluginLoader.addListener(PluginLoader.Hook hook, PluginListener listener, Plugin plugin, PluginListener.Priority priorityEnum)
          Calls a plugin hook.