Interface SmithingRecipe.Builder
- All Superinterfaces:
AbstractBuilder<RecipeRegistration>
,Builder<RecipeRegistration,
,SmithingRecipe.Builder> ResettableBuilder<RecipeRegistration,
,SmithingRecipe.Builder> ResourceKeyedBuilder<RecipeRegistration,
SmithingRecipe.Builder>
- All Known Subinterfaces:
SmithingRecipe.Builder.AdditionStep
,SmithingRecipe.Builder.EndStep
,SmithingRecipe.Builder.ResultStep
- Enclosing interface:
- SmithingRecipe
public static interface SmithingRecipe.Builder
extends ResourceKeyedBuilder<RecipeRegistration,SmithingRecipe.Builder>
Builds a simple smithing recipe
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionSets the base ingredient and returns this builder.Sets the base ingredient and returns this builder.base
(Ingredient ingredient) Sets the base ingredient and returns this builder.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
Methods inherited from interface org.spongepowered.api.util.ResourceKeyedBuilder
key
-
Method Details
-
base
Sets the base ingredient and returns this builder.- Parameters:
ingredient
- The ingredient- Returns:
- This builder, for chaining
-
base
Sets the base ingredient and returns this builder.- Parameters:
ingredient
- The ingredient- Returns:
- This builder, for chaining
-
base
Sets the base ingredient and returns this builder.- Parameters:
ingredient
- The ingredient- Returns:
- This builder, for chaining
-