Uses of Class
de.themoep.inventorygui.InventoryGui.InventoryCreator
-
Uses of InventoryGui.InventoryCreator in de.themoep.inventorygui
Modifier and TypeMethodDescriptionInventoryGui.getInventoryCreator()
Get the helper class which will create the custom inventory for this gui.Modifier and TypeMethodDescriptionvoid
InventoryGui.setInventoryCreator
(InventoryGui.InventoryCreator inventoryCreator) Set the helper class which will create the custom inventory for this gui.ModifierConstructorDescriptionInventoryGui
(org.bukkit.plugin.Plugin plugin, InventoryGui.InventoryCreator creator, BiConsumer<org.bukkit.inventory.meta.ItemMeta, String> itemNameSetter, BiConsumer<org.bukkit.inventory.meta.ItemMeta, List<String>> itemLoreSetter, org.bukkit.inventory.InventoryHolder owner, String title, String[] rows, GuiElement... elements) Create a new gui with a certain setup and some elementsInventoryGui
(org.bukkit.plugin.Plugin plugin, InventoryGui.InventoryCreator creator, org.bukkit.inventory.InventoryHolder owner, String title, String[] rows, GuiElement... elements) Create a new gui with a certain setup and some elements