Uses of Interface
org.cloudburstmc.api.inventory.Inventory
Packages that use Inventory
Package
Description
-
Uses of Inventory in org.cloudburstmc.api.event.inventory
Fields in org.cloudburstmc.api.event.inventory declared as InventoryMethods in org.cloudburstmc.api.event.inventory that return InventoryModifier and TypeMethodDescriptionInventoryEvent.getInventory()InventoryMoveItemEvent.getTargetInventory()Constructors in org.cloudburstmc.api.event.inventory with parameters of type InventoryModifierConstructorDescriptionInventoryClickEvent(Player who, Inventory inventory, int slot, ItemStack sourceItem, ItemStack heldItem)InventoryCloseEvent(Inventory inventory, Player who)InventoryEvent(Inventory inventory)InventoryMoveItemEvent(Inventory from, Inventory targetInventory, InventoryHolder source, ItemStack item, InventoryMoveItemEvent.Action action)InventoryOpenEvent(Inventory inventory, Player who)InventoryPickupArrowEvent(Inventory inventory, Arrow arrow)InventoryPickupItemEvent(Inventory inventory, DroppedItem item) -
Uses of Inventory in org.cloudburstmc.api.inventory
Subinterfaces of Inventory in org.cloudburstmc.api.inventoryModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.cloudburstmc.api.inventory that return Inventory -
Uses of Inventory in org.cloudburstmc.api.player
Methods in org.cloudburstmc.api.player with parameters of type InventoryModifier and TypeMethodDescriptiondefault bytedefault bytebytebytePlayer.getWindowId(Inventory inventory)voidPlayer.removeWindow(Inventory inventory)