Interface ItemHandler

All Known Subinterfaces:
BlockDispenseHandler, BlockUseHandler, BowShootHandler, EntityInteractHandler, EntityKillHandler, GlobalItemHandler, ItemConsumptionHandler, ItemDropHandler, ItemUseHandler, MultiBlockInteractionHandler, ToolUseHandler, WeaponUseHandler
All Known Implementing Classes:
BlockBreakHandler, BlockPlaceHandler, BlockTicker, RainbowTickHandler, SimpleBlockBreakHandler, VanillaInventoryDropHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ItemHandler
An ItemHandler represents a certain action that a SlimefunItem can perform.
Author:
TheBusyBiscuit
See Also: