Package net.minestom.server.event.inventory
@NotNullByDefault
package net.minestom.server.event.inventory
-
ClassesClassDescriptionCalled when a player interacts with an item in the creative menuRepresents an event triggered when a player interacts with a button in an
AbstractInventory, such as the entries in a stonecutter, the buttons in an enchanting table, etc.Called afterInventoryPreClickEvent, this event cannot be cancelled and items related to the click are already moved.Called when anAbstractInventoryis closed by a player.Called whenAbstractInventory.setItemStack(int, ItemStack)is being invoked.Called when a player open anAbstractInventory.Called beforeInventoryClickEvent, used to potentially cancel the click.