Uses of Class
me.tippie.tippieutils.v1_2_0.guis.GuiBuilder
Packages that use GuiBuilder
-
Uses of GuiBuilder in me.tippie.tippieutils.v1_2_0.guis
Methods in me.tippie.tippieutils.v1_2_0.guis that return GuiBuilderModifier and TypeMethodDescriptionGuiBuilder.setAlwaysRunGeneralConsumer(boolean alwaysRunGeneralConsumer)Sets whether the general click consumer should always be ran even if there is another slot specific consumer set for the clicked slot.GuiBuilder.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.Sets the name of the GUI.GuiBuilder.setSlot(int slot, org.bukkit.inventory.ItemStack item, BiConsumer<org.bukkit.event.inventory.InventoryClickEvent,OpenGUI> consumer)Sets the item in the slot.