Uses of Class
PluginLoader.HookResult

Uses of PluginLoader.HookResult in <Unnamed>
 

Methods in <Unnamed> that return PluginLoader.HookResult
Modifier and Type Method and Description
 PluginLoader.HookResult etc.autoHeal()
          Returns the status of auto-heal.
 PluginLoader.HookResult PluginListener.onLiquidDestroy(PluginLoader.HookResult currentState, int liquidBlockId, Block targetBlock)
          Called when water or lava tries to populate a block, you can prevent crushing of torches, railways, flowers etc.
static PluginLoader.HookResult PluginLoader.HookResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginLoader.HookResult[] PluginLoader.HookResult.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.HookResult
Modifier and Type Method and Description
 PluginLoader.HookResult PluginListener.onLiquidDestroy(PluginLoader.HookResult currentState, int liquidBlockId, Block targetBlock)
          Called when water or lava tries to populate a block, you can prevent crushing of torches, railways, flowers etc.