Package net.minestom.server.inventory
-
Interface Summary Interface Description EquipmentHandler InventoryClickHandler Represents an inventory which can receive click input.InventoryModifier Represents an inventory where items can be modified/retrieved. -
Class Summary Class Description Inventory Represents an inventory which can be viewed by a collection ofPlayer
.PlayerInventory Represents the inventory of aPlayer
, retrieved withPlayer.getInventory()
. -
Enum Summary Enum Description InventoryProperty List of inventory property and their IDInventoryType Represents a type ofInventory