Uses of Class
com.loohp.limbo.inventory.InventoryView
Packages that use InventoryView
Package
Description
-
Uses of InventoryView in com.loohp.limbo.events.inventory
Methods in com.loohp.limbo.events.inventory that return InventoryViewConstructors in com.loohp.limbo.events.inventory with parameters of type InventoryViewModifierConstructorDescriptionAnvilRenameInputEvent
(InventoryView inventoryView, String input) InventoryClickEvent
(InventoryView view, InventoryType.SlotType type, int rawSlot, ClickType click, InventoryAction action) InventoryClickEvent
(InventoryView view, InventoryType.SlotType type, int rawSlot, ClickType click, InventoryAction action, int hotbarKey) InventoryCloseEvent
(InventoryView inventoryView) InventoryCreativeEvent
(InventoryView inventoryView, int slot, ItemStack newItem) InventoryDragEvent
(InventoryView view, ItemStack newCarried, ItemStack oldCarried, boolean right, Map<Integer, ItemStack> slots) InventoryEvent
(InventoryView inventoryView, Inventory clickedInventory) InventoryOpenEvent
(InventoryView inventoryView) -
Uses of InventoryView in com.loohp.limbo.inventory
Constructors in com.loohp.limbo.inventory with parameters of type InventoryView -
Uses of InventoryView in com.loohp.limbo.player
Fields in com.loohp.limbo.player declared as InventoryViewMethods in com.loohp.limbo.player that return InventoryView -
Uses of InventoryView in com.loohp.limbo.utils
Methods in com.loohp.limbo.utils with parameters of type InventoryViewModifier and TypeMethodDescriptionstatic boolean
InventoryClickUtils.canItemQuickReplace
(InventoryView view, int slot, ItemStack itemstack, boolean flag)