Package dev.crafty.core.gui
Class ItemSupplier
java.lang.Object
dev.crafty.core.gui.ItemSupplier
- Direct Known Subclasses:
ConditionalItemSupplier,DynamicItemSupplier,MappedItemSupplier,PaginatedMappedItemSupplier,StaticItemSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GuiItem[]apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) protected voidapplyToAll(org.bukkit.inventory.ItemStack[] slotsToApplyTo, org.bukkit.inventory.ItemStack itemStack) getActions(SectionWrapper section, Menu menu) protected GuiItem[]protected GuiItem[]
-
Constructor Details
-
ItemSupplier
-
-
Method Details
-
apply
public abstract GuiItem[] apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) -
applyToAll
protected void applyToAll(org.bukkit.inventory.ItemStack[] slotsToApplyTo, org.bukkit.inventory.ItemStack itemStack) -
toArray
-
toArray
-
getActions
protected List<Consumer<org.bukkit.event.inventory.InventoryClickEvent>> getActions(SectionWrapper section, Menu menu)
-