Interface ShapelessCraftingRecipe.Builder.EndStep
- All Superinterfaces:
- AbstractBuilder<RecipeRegistration>,- Builder<RecipeRegistration,,- ShapelessCraftingRecipe.Builder> - ResettableBuilder<RecipeRegistration,,- ShapelessCraftingRecipe.Builder> - ResourceKeyedBuilder<RecipeRegistration,,- ShapelessCraftingRecipe.Builder> - ShapelessCraftingRecipe.Builder
- Enclosing interface:
- ShapelessCraftingRecipe.Builder
public static interface ShapelessCraftingRecipe.Builder.EndStep
extends ShapelessCraftingRecipe.Builder, Builder<RecipeRegistration,ShapelessCraftingRecipe.Builder> 
In this Step set the group of the Recipe and/or build it.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.item.recipe.crafting.ShapelessCraftingRecipe.BuilderShapelessCraftingRecipe.Builder.EndStep, ShapelessCraftingRecipe.Builder.ResultStep
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds theShapelessCraftingRecipe.Sets the group of the recipe.Methods inherited from interface org.spongepowered.api.util.ResourceKeyedBuilderkeyMethods inherited from interface org.spongepowered.api.item.recipe.crafting.ShapelessCraftingRecipe.BuilderaddIngredients, addIngredients, addIngredients
- 
Method Details- 
groupSets the group of the recipe.- Parameters:
- name- the group
- Returns:
- This builder, for chaining
 
- 
buildBuilds theShapelessCraftingRecipe.- Specified by:
- buildin interface- AbstractBuilder<RecipeRegistration>
- Returns:
- The built shapeless crafting recipe
- Throws:
- IllegalStateException- If not all the recipe builder steps are completed or the- ResourceKeyedBuilder.key(ResourceKey)isn't set.
 
 
-