Interface CookingRecipe.Builder.EndStep
- All Superinterfaces:
- AbstractBuilder<RecipeRegistration>,- Builder<RecipeRegistration,,- CookingRecipe.Builder> - CookingRecipe.Builder,- ResettableBuilder<RecipeRegistration,,- CookingRecipe.Builder> - ResourceKeyedBuilder<RecipeRegistration,- CookingRecipe.Builder> 
- Enclosing interface:
- CookingRecipe.Builder
public static interface CookingRecipe.Builder.EndStep
extends CookingRecipe.Builder, Builder<RecipeRegistration,CookingRecipe.Builder> 
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.item.recipe.cooking.CookingRecipe.BuilderCookingRecipe.Builder.EndStep, CookingRecipe.Builder.IngredientStep, CookingRecipe.Builder.ResultStep
- 
Method SummaryModifier and TypeMethodDescriptioncookingTime(Ticks ticks) Sets the cookingTime for this recipe in ticks.experience(double experience) Changes the experience and returns this builder.Sets the group of the recipe.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilderbuildMethods inherited from interface org.spongepowered.api.item.recipe.cooking.CookingRecipe.Buildertype, typeMethods inherited from interface org.spongepowered.api.util.ResourceKeyedBuilderkey
- 
Method Details- 
groupSets the group of the recipe.- Parameters:
- name- the group
- Returns:
- This builder, for chaining
 
- 
experienceChanges the experience and returns this builder.- Parameters:
- experience- The amount of experience released when this recipe is completed
- Returns:
- This builder, for chaining
 
- 
cookingTimeSets the cookingTime for this recipe in ticks.- Parameters:
- ticks- the cookingTime
- Returns:
- This builder, for chaining
 
 
-