Uses of Class
io.github.thebusybiscuit.slimefun4.core.handlers.BlockBreakHandler
-
Uses of BlockBreakHandler in io.github.thebusybiscuit.slimefun4.implementation.handlers
Modifier and TypeClassDescriptionclass
This simple implementation ofBlockBreakHandler
will execute the same code for when theBlock
is broken by aPlayer
, by aMinerAndroid
or an explosion.class
VanillaInventoryDropHandler<T extends BlockState & InventoryHolder>
This is an implementation ofBlockBreakHandler
which is suited for anySlimefunItem
that uses the vanillaInventory
from theBlockState
. -
Uses of BlockBreakHandler in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Modifier and TypeMethodDescriptionprotected BlockBreakHandler
AContainer.onBlockBreak()
protected BlockBreakHandler
AGenerator.onBlockBreak()