Uses of Class
ru.cwcode.tkach.refreshmenu.inventory.ingredient.ActionIngredientBuilder
Packages that use ActionIngredientBuilder
-
Uses of ActionIngredientBuilder in ru.cwcode.tkach.refreshmenu.inventory.ingredient
Methods in ru.cwcode.tkach.refreshmenu.inventory.ingredient that return ActionIngredientBuilderModifier and TypeMethodDescriptionstatic ActionIngredientBuilderIngredient.action()ActionIngredientBuilder.amount(int amount)ActionIngredientBuilder.customModelData(int data)ActionIngredientBuilder.description(String description)ActionIngredientBuilder.description(String... description)ActionIngredientBuilder.description(List<String> description)ActionIngredientBuilder.descriptionFromComponent(List<net.kyori.adventure.text.Component> description)ActionIngredientBuilder.descriptionFromComponent(net.kyori.adventure.text.Component description)ActionIngredientBuilder.descriptionFromComponent(net.kyori.adventure.text.Component... description)ActionIngredientBuilder.fromItemData(ru.cwcode.tkach.locale.paper.data.ItemData itemData)ActionIngredientBuilder.name(net.kyori.adventure.text.Component name)ActionIngredientBuilder.type(org.bukkit.Material type)