Uses of Interface
de.themoep.inventorygui.InventoryGui.InventoryCreator.CreatorImplementation
-
Uses of InventoryGui.InventoryCreator.CreatorImplementation in de.themoep.inventorygui
Methods in de.themoep.inventorygui that return InventoryGui.InventoryCreator.CreatorImplementationModifier and TypeMethodDescriptionInventoryGui.InventoryCreator.getSizeCreator()
InventoryGui.InventoryCreator.CreatorImplementation<org.bukkit.event.inventory.InventoryType>
InventoryGui.InventoryCreator.getTypeCreator()
Constructors in de.themoep.inventorygui with parameters of type InventoryGui.InventoryCreator.CreatorImplementationModifierConstructorDescriptionInventoryCreator
(InventoryGui.InventoryCreator.CreatorImplementation<org.bukkit.event.inventory.InventoryType> typeCreator, InventoryGui.InventoryCreator.CreatorImplementation<Integer> sizeCreator) A new inventory creator which should be able to create an inventory based on the type and the size.