Interface StoneCutterRecipe.Builder.EndStep
- All Superinterfaces:
AbstractBuilder<StoneCutterRecipe>,Builder<StoneCutterRecipe,,StoneCutterRecipe.Builder> ResettableBuilder<StoneCutterRecipe,,StoneCutterRecipe.Builder> StoneCutterRecipe.Builder
- Enclosing interface:
StoneCutterRecipe.Builder
public static interface StoneCutterRecipe.Builder.EndStep
extends StoneCutterRecipe.Builder, Builder<StoneCutterRecipe,StoneCutterRecipe.Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.item.recipe.single.StoneCutterRecipe.Builder
StoneCutterRecipe.Builder.EndStep, StoneCutterRecipe.Builder.ResultStep -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theStoneCutterRecipe.Sets the group of the recipe.Methods inherited from interface org.spongepowered.api.item.recipe.single.StoneCutterRecipe.Builder
ingredient, ingredient, ingredient
-
Method Details
-
group
Sets the group of the recipe.- Parameters:
name- the group- Returns:
- This builder, for chaining
-
build
Builds theStoneCutterRecipe.- Specified by:
buildin interfaceAbstractBuilder<StoneCutterRecipe>- Returns:
- The built stone cutter recipe
- Throws:
IllegalStateException- If not all the recipe builder steps are completed.
-