|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of PluginLoader.HookResult in <Unnamed> |
---|
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. |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |