Package io.github.thebusybiscuit.slimefun4.implementation.handlers
package io.github.thebusybiscuit.slimefun4.implementation.handlers
This package holds simple implementations of
ItemHandler
.
These are just handlers that can be re-used frequently.-
ClassDescriptionThis simple implementation of
BlockBreakHandler
will execute the same code for when theBlock
is broken by aPlayer
, by aMinerAndroid
or an explosion.This is an implementation ofBlockBreakHandler
which is suited for anySlimefunItem
that uses the vanillaInventory
from theBlockState
.