Uses of Class
com.shanebeestudios.snippets.gui.GUI.InventoryData
Packages that use GUI.InventoryData
-
Uses of GUI.InventoryData in com.shanebeestudios.snippets.gui
Method parameters in com.shanebeestudios.snippets.gui with type arguments of type GUI.InventoryDataModifier and TypeMethodDescriptionGUI.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 function