Uses of Interface
com.loohp.limbo.inventory.InventoryHolder
Packages that use InventoryHolder
-
Uses of InventoryHolder in com.loohp.limbo
Methods in com.loohp.limbo with parameters of type InventoryHolderModifier 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 InventoryHolder in com.loohp.limbo.inventory
Fields in com.loohp.limbo.inventory declared as InventoryHolderModifier and TypeFieldDescriptionprotected final InventoryHolder
AbstractInventory.inventoryHolder
Methods in com.loohp.limbo.inventory that return InventoryHolderModifier and TypeMethodDescriptionAbstractInventory.getHolder()
Inventory.getHolder()
Gets the block or entity belonging to the open inventoryInventoryHolder.getHolder()
Methods in com.loohp.limbo.inventory with parameters of type InventoryHolderModifier and TypeMethodDescriptionstatic CustomInventory
CustomInventory.create
(net.kyori.adventure.text.Component title, int size, InventoryHolder inventoryHolder) Deprecated.Constructors in com.loohp.limbo.inventory with parameters of type InventoryHolderModifierConstructorDescriptionAbstractInventory
(int size, InventoryHolder inventoryHolder, InventoryType inventoryType, IntUnaryOperator slotConvertor, IntUnaryOperator inverseSlotConvertor) AnvilInventory
(net.kyori.adventure.text.Component title, InventoryHolder inventoryHolder) -
Uses of InventoryHolder in com.loohp.limbo.player
Classes in com.loohp.limbo.player that implement InventoryHolderMethods in com.loohp.limbo.player that return InventoryHolder