Package net.minestom.server.event.inventory
-
Class Summary Class Description InventoryClickEvent Called afterInventoryPreClickEvent
, this event cannot be cancelled and items related to the click are already moved.InventoryCloseEvent Called when anInventory
is closed by a player.InventoryOpenEvent Called when a player open anInventory
.InventoryPreClickEvent Called beforeInventoryClickEvent
, used to potentially cancel the click.