Uses of Class
me.tippie.tippieutils.v1_2_0.guis.OpenGUI
Packages that use OpenGUI
-
Uses of OpenGUI in me.tippie.tippieutils.v1_2_0.guis
Methods in me.tippie.tippieutils.v1_2_0.guis that return OpenGUIModifier and TypeMethodDescriptionGuiManager.getOpenGUI(org.bukkit.entity.Player player)Gets anOpenGUIfor the given player.GuiBuilder.open(org.bukkit.entity.Player player, GuiManager manager)Opens the GUI for the given player.Methods in me.tippie.tippieutils.v1_2_0.guis that return types with arguments of type OpenGUIModifier and TypeMethodDescriptionBiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI>OpenGUI.getGeneralClickConsumer()The general click consumer for this open GUI.BiConsumer<org.bukkit.event.inventory.InventoryCloseEvent,OpenGUI>OpenGUI.getOnClose()The consumer ran when the inventory is closedHashMap<Integer,BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI>>OpenGUI.getSlots()A hashmap containing the slot specific consumers for each slot set.Method parameters in me.tippie.tippieutils.v1_2_0.guis with type arguments of type OpenGUIModifier and TypeMethodDescriptionGuiBuilder.setCloseConsumer(BiConsumer<org.bukkit.event.inventory.InventoryCloseEvent,OpenGUI> consumer)Sets the close consumer of the GUI.GuiBuilder.setGeneralClickConsumer(BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI> consumer)Sets the general click consumer.voidOpenGUI.setGeneralClickConsumer(BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI> generalClickConsumer)The general click consumer for this open GUI.voidOpenGUI.setOnClose(BiConsumer<org.bukkit.event.inventory.InventoryCloseEvent,OpenGUI> onClose)The consumer ran when the inventory is closedGuiBuilder.setSlot(int slot, org.bukkit.inventory.ItemStack item, BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI> consumer)Sets the item in the slot.voidOpenGUI.setSlot(int slot, org.bukkit.inventory.ItemStack item, BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI> consumer)Sets the item in the slot to the item.