Package xyz.xenondevs.invui.gui
Class SlotElement.InventorySlotElement
java.lang.Object
xyz.xenondevs.invui.gui.SlotElement.InventorySlotElement
- All Implemented Interfaces:
SlotElement
- Enclosing interface:
SlotElement
Links to a slot in a
Inventory
-
Nested Class Summary
Nested classes/interfaces inherited from interface xyz.xenondevs.invui.gui.SlotElement
SlotElement.InventorySlotElement, SlotElement.ItemSlotElement, SlotElement.LinkedSlotElement
-
Constructor Summary
ConstructorDescriptionInventorySlotElement
(Inventory inventory, int slot) InventorySlotElement
(Inventory inventory, int slot, ItemProvider background) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
getItemStack
(String lang) int
getSlot()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface xyz.xenondevs.invui.gui.SlotElement
getItemStack
-
Constructor Details
-
InventorySlotElement
-
InventorySlotElement
-
-
Method Details
-
getInventory
-
getSlot
public int getSlot() -
getBackground
-
getItemStack
- Specified by:
getItemStack
in interfaceSlotElement
-
getHoldingElement
- Specified by:
getHoldingElement
in interfaceSlotElement
-