Uses of Class
de.themoep.inventorygui.InventoryGui.InventoryCreator
-
Uses of InventoryGui.InventoryCreator in de.themoep.inventorygui
Methods in de.themoep.inventorygui that return InventoryGui.InventoryCreatorModifier and TypeMethodDescriptionInventoryGui.getInventoryCreator()Get the helper class which will create the custom inventory for this gui.Methods in de.themoep.inventorygui with parameters of type InventoryGui.InventoryCreatorModifier and TypeMethodDescriptionvoidInventoryGui.setInventoryCreator(InventoryGui.InventoryCreator inventoryCreator) Set the helper class which will create the custom inventory for this gui.Constructors in de.themoep.inventorygui with parameters of type InventoryGui.InventoryCreatorModifierConstructorDescriptionInventoryGui(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