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.-
ClassesClassDescriptionThis simple implementation of
BlockBreakHandlerwill execute the same code for when theBlockis broken by aPlayer, by aMinerAndroidor an explosion.VanillaInventoryDropHandler<T extends org.bukkit.block.BlockState & org.bukkit.inventory.InventoryHolder>This is an implementation ofBlockBreakHandlerwhich is suited for anySlimefunItemthat uses the vanillaInventoryfrom theBlockState.