Class SimpleBlockBreakHandler

java.lang.Object
io.github.thebusybiscuit.slimefun4.core.handlers.BlockBreakHandler
io.github.thebusybiscuit.slimefun4.implementation.handlers.SimpleBlockBreakHandler
All Implemented Interfaces:
ItemHandler

public abstract class SimpleBlockBreakHandler extends BlockBreakHandler
This simple implementation of BlockBreakHandler will execute the same code for when the Block is broken by a Player, by a MinerAndroid or an explosion. By default, both androids and explosions are allowed.
Author:
TheBusyBiscuit
See Also: