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 TypeMethodDescriptionInventoryGui.filler(org.bukkit.inventory.ItemStack item) Set the filler element for empty slotsstatic InventoryGuiInventoryGui.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 InventoryGuiInventoryGui.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 voidInventoryGui.addHistory(org.bukkit.entity.HumanEntity player, InventoryGui gui) Add a new history entry to the end of the historyorg.bukkit.inventory.InventoryInventoryGui.InventoryCreator.CreatorImplementation.create(InventoryGui gui, org.bukkit.entity.HumanEntity who, T t) Creates a new inventoryvoidDynamicGuiElement.setGui(InventoryGui gui) voidGuiElement.setGui(InventoryGui gui) Set the gui this element belongs tovoidGuiElementGroup.setGui(InventoryGui gui) voidGuiStateElement.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)