Uses of Class
com.mclds.plugins.gui.items.Option
Packages that use Option
-
Uses of Option in com.mclds.plugins.gui.items
Fields in com.mclds.plugins.gui.items with type parameters of type OptionMethods in com.mclds.plugins.gui.items that return OptionModifier and TypeMethodDescriptionOption.description(String description) static Optionstatic Optionstatic Optionstatic OptionMethod parameters in com.mclds.plugins.gui.items with type arguments of type OptionModifier and TypeMethodDescriptionstatic ItemWrapperSelectorBuilderItemWrapperSelectorBuilder.of(org.bukkit.inventory.ItemStack item, Consumer<Integer> updater, List<Option> options) ItemWrapperSelectorBuilder.onOptionSelect(Consumer<Option> onOptionSelect) ItemWrapperSelectorBuilder.onOptionSwap(Consumer<Option> onOptionSwap) Constructor parameters in com.mclds.plugins.gui.items with type arguments of type OptionModifierConstructorDescriptionItemWrapperSelectorBuilder(org.bukkit.inventory.ItemStack item, Consumer<Integer> updater, List<Option> options)