Interface StoneCutterRecipe.Builder
- All Superinterfaces:
AbstractBuilder<StoneCutterRecipe>,Builder<StoneCutterRecipe,,StoneCutterRecipe.Builder> ResettableBuilder<StoneCutterRecipe,StoneCutterRecipe.Builder>
- All Known Subinterfaces:
StoneCutterRecipe.Builder.EndStep,StoneCutterRecipe.Builder.ResultStep
- Enclosing interface:
StoneCutterRecipe
public static interface StoneCutterRecipe.Builder
extends Builder<StoneCutterRecipe,StoneCutterRecipe.Builder>
Builds a simple stonecutter recipe
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptioningredient(Supplier<? extends ItemType> ingredient) Sets the ingredient and returns this builder.ingredient(ItemType ingredient) Sets the ingredient and returns this builder.ingredient(Ingredient ingredient) Sets the ingredient and returns this builder.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
-
Method Details
-
ingredient
Sets the ingredient and returns this builder.- Parameters:
ingredient- The ingredient- Returns:
- This builder, for chaining
-
ingredient
Sets the ingredient and returns this builder.- Parameters:
ingredient- The ingredient- Returns:
- This builder, for chaining
-
ingredient
Sets the ingredient and returns this builder.- Parameters:
ingredient- The ingredient- Returns:
- This builder, for chaining
-