Uses of Record Class
dev.crafty.core.gui.GuiItem
Packages that use GuiItem
-
Uses of GuiItem in dev.crafty.core.gui
Methods in dev.crafty.core.gui that return GuiItemModifier and TypeMethodDescriptionabstract GuiItem[]ItemSupplier.apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) static GuiItemGuiItem.empty()protected GuiItem[]protected GuiItem[]Methods in dev.crafty.core.gui with parameters of type GuiItem -
Uses of GuiItem in dev.crafty.core.gui.suppliers
Methods in dev.crafty.core.gui.suppliers that return GuiItemModifier and TypeMethodDescriptionGuiItem[]ConditionalItemSupplier.apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]DynamicItemSupplier.apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]MappedItemSupplier.apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]PaginatedMappedItemSupplier.apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu) GuiItem[]StaticItemSupplier.apply(org.bukkit.inventory.ItemStack[] slotsToApplyTo, SectionWrapper itemSection, Menu menu)