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