Uses of Interface
com.loohp.limbo.inventory.Inventory
Packages that use Inventory
Package
Description
-
Uses of Inventory in com.loohp.limbo
Methods in com.loohp.limbo that return InventoryModifier and TypeMethodDescriptionLimbo.createInventory(InventoryType type, InventoryHolder holder) Limbo.createInventory(net.kyori.adventure.text.Component title, int slots, InventoryHolder holder) Limbo.createInventory(net.kyori.adventure.text.Component title, InventoryType type, InventoryHolder holder) -
Uses of Inventory in com.loohp.limbo.events.inventory
Methods in com.loohp.limbo.events.inventory that return InventoryConstructors in com.loohp.limbo.events.inventory with parameters of type InventoryModifierConstructorDescriptionInventoryEvent(InventoryView inventoryView, Inventory clickedInventory) -
Uses of Inventory in com.loohp.limbo.inventory
Subinterfaces of Inventory in com.loohp.limbo.inventoryClasses in com.loohp.limbo.inventory that implement InventoryModifier and TypeClassDescriptionclassclassclassMethods in com.loohp.limbo.inventory that return InventoryModifier and TypeMethodDescriptionInventoryView.getBottomInventory()InventoryHolder.getInventory()InventoryView.getInventory(int rawSlot) Gets the inventory corresponding to the given raw slot ID.InventoryView.getTopInventory()Methods in com.loohp.limbo.inventory with parameters of type InventoryModifier and TypeMethodDescriptionvoidDeprecated.voidInventoryUpdateListener.slotChanged(Inventory inventory, int slot, ItemStack oldItem, ItemStack newItem) Constructors in com.loohp.limbo.inventory with parameters of type InventoryModifierConstructorDescriptionInventoryView(Player player, net.kyori.adventure.text.Component title, Inventory topInventory, Inventory bottomInventory) -
Uses of Inventory in com.loohp.limbo.player
Classes in com.loohp.limbo.player that implement InventoryMethods in com.loohp.limbo.player with parameters of type Inventory