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
ConstructorsConstructorDescriptionInventorySlotElement(Inventory inventory, int slot) InventorySlotElement(Inventory inventory, int slot, ItemProvider background) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackgetItemStack(String lang) intgetSlot()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xyz.xenondevs.invui.gui.SlotElement
getItemStack
-
Constructor Details
-
InventorySlotElement
-
InventorySlotElement
-
-
Method Details
-
getInventory
-
getSlot
public int getSlot() -
getBackground
-
getItemStack
- Specified by:
getItemStackin interfaceSlotElement
-
getHoldingElement
- Specified by:
getHoldingElementin interfaceSlotElement
-