Class ItemsAdderIngredientBuilder
java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.AbstractIngredientBuilder<ItemsAdderIngredient,ItemsAdderIngredientBuilder>
ru.cwcode.tkach.refreshmenu.inventory.ingredient.ItemsAdderIngredientBuilder
public class ItemsAdderIngredientBuilder
extends AbstractIngredientBuilder<ItemsAdderIngredient,ItemsAdderIngredientBuilder>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(int amount) build()description(String description) description(String... description) description(List<String> description) descriptionFromComponent(List<net.kyori.adventure.text.Component> description) descriptionFromComponent(net.kyori.adventure.text.Component description) descriptionFromComponent(net.kyori.adventure.text.Component... description) name(net.kyori.adventure.text.Component name) Methods inherited from class ru.cwcode.tkach.refreshmenu.inventory.ingredient.AbstractIngredientBuilder
getThis
-
Field Details
-
name
-
description
-
amount
protected int amount -
type
-
-
Constructor Details
-
ItemsAdderIngredientBuilder
public ItemsAdderIngredientBuilder()
-
-
Method Details
-
name
-
name
-
description
-
description
-
description
-
descriptionFromComponent
public ItemsAdderIngredientBuilder descriptionFromComponent(List<net.kyori.adventure.text.Component> description) -
descriptionFromComponent
public ItemsAdderIngredientBuilder descriptionFromComponent(net.kyori.adventure.text.Component... description) -
descriptionFromComponent
public ItemsAdderIngredientBuilder descriptionFromComponent(net.kyori.adventure.text.Component description) -
amount
-
type
-
build
- Specified by:
buildin classAbstractIngredientBuilder<ItemsAdderIngredient,ItemsAdderIngredientBuilder>
-