RebarNoVanillaInventoryBlock

A RebarVanillaInventoryBlock that cancels all inventory open and move events, effectively preventing any vanilla interaction with the container. Also prevents LogisticGroup.getVanillaLogisticSlots from working on the block.

Inheritors

Functions

Link copied to clipboard
open override fun onInventoryOpen(event: InventoryOpenEvent, priority: EventPriority)
Link copied to clipboard
open override fun onItemMoveFrom(event: InventoryMoveItemEvent, priority: EventPriority)
Link copied to clipboard
open override fun onItemMoveTo(event: InventoryMoveItemEvent, priority: EventPriority)