Uses of Class
PluginLoader.Hook

Uses of PluginLoader.Hook in <Unnamed>
 

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

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

Constructors in <Unnamed> with parameters of type PluginLoader.Hook
Constructor and Description
PluginRegisteredListener(PluginLoader.Hook h, PluginListener l, Plugin p, int pri)
          Creates a register listener class for calling later.