InventoryModification

This interface represents a base interface of which all inventory modifications will inherit

Inheritors

Properties

Link copied to clipboard

This property represents the InventoryBuilder that this modification is applied to

Functions

Link copied to clipboard
open fun onInventoryClick(inventoryClickEvent: InventoryClickEvent)

This function is used to handle the InventoryClickEvent for the InventoryBuilder This event will be passed in canceled by default

Link copied to clipboard
open fun onInventoryClose(inventoryCloseEvent: InventoryCloseEvent)

This function is used to handle the InventoryCloseEvent for the InventoryBuilder

Link copied to clipboard
open fun onInventoryDrag(inventoryDragEvent: InventoryDragEvent)

This function is used to handle the InventoryDragEvent for the InventoryBuilder This event will be passed in canceled by default