Uses of Class
com.shanebeestudios.snippets.gui.GUI
Packages that use GUI
-
Uses of GUI in com.shanebeestudios.snippets.gui
Methods in com.shanebeestudios.snippets.gui that return GUIModifier and TypeMethodDescriptionstatic GUI
GUI.chestBuilder
(int rows, @Nullable String title) Create a chest GUI builderstatic GUI
GUI.customBuilder
(InventoryType type, @Nullable String title) Create a custom GUI builder using any inventory typeFill the GUI with an itemGUI.fill
(@NotNull ItemStack itemStack, Consumer<GUI.InventoryData> data) Fill the GUI with an item to run a function when clickedGUI.formatSlot
(int slot, @NotNull ItemStack itemStack, Consumer<GUI.InventoryData> data) Format a slot in the GUI to run a functionGUI.formatSlots
(int[] slots, @NotNull ItemStack itemStack, Consumer<GUI.InventoryData> data) Format multiple slots in the GUI to run a functionLock a slotOpen this GUI to a player