Uses of Class
de.themoep.inventorygui.InventoryGui
-
Uses of InventoryGui in de.themoep.inventorygui
Fields in de.themoep.inventorygui declared as InventoryGuiMethods in de.themoep.inventorygui that return InventoryGuiModifier and TypeMethodDescriptionstatic InventoryGui
InventoryGui.get
(org.bukkit.inventory.InventoryHolder holder) Get the GUI registered to an InventoryHolderGuiElement.Click.getGui()
GuiElement.getGui()
Get the gui this element belongs toInventoryGui.Close.getGui()
InventoryGui.Holder.getGui()
static InventoryGui
InventoryGui.getOpen
(org.bukkit.entity.HumanEntity player) Get the GUI that a player has currently openMethods in de.themoep.inventorygui that return types with arguments of type InventoryGuiModifier and TypeMethodDescriptionstatic Deque<InventoryGui>
InventoryGui.clearHistory
(org.bukkit.entity.HumanEntity player) Clear the history of a playerstatic Deque<InventoryGui>
InventoryGui.getHistory
(org.bukkit.entity.HumanEntity player) Get the history of a playerMethods in de.themoep.inventorygui with parameters of type InventoryGuiModifier and TypeMethodDescriptionstatic void
InventoryGui.addHistory
(org.bukkit.entity.HumanEntity player, InventoryGui gui) Add a new history entry to the end of the historyorg.bukkit.inventory.Inventory
InventoryGui.InventoryCreator.CreatorImplementation.create
(InventoryGui gui, org.bukkit.entity.HumanEntity who, T t) Creates a new inventoryvoid
DynamicGuiElement.setGui
(InventoryGui gui) void
GuiElement.setGui
(InventoryGui gui) Set the gui this element belongs tovoid
GuiElementGroup.setGui
(InventoryGui gui) void
GuiStateElement.setGui
(InventoryGui gui) Constructors in de.themoep.inventorygui with parameters of type InventoryGuiModifierConstructorDescriptionClick
(InventoryGui gui, int slot, org.bukkit.event.inventory.ClickType clickType, org.bukkit.inventory.ItemStack cursor, GuiElement element, org.bukkit.event.inventory.InventoryInteractEvent event) Close
(org.bukkit.entity.HumanEntity player, InventoryGui gui, org.bukkit.event.inventory.InventoryCloseEvent event) Holder
(InventoryGui gui)