Interface CookingRecipe.Builder
- All Superinterfaces:
AbstractBuilder<CookingRecipe>,Builder<CookingRecipe,,CookingRecipe.Builder> ResettableBuilder<CookingRecipe,CookingRecipe.Builder>
- All Known Subinterfaces:
CookingRecipe.Builder.EndStep,CookingRecipe.Builder.IngredientStep,CookingRecipe.Builder.ResultStep
- Enclosing interface:
CookingRecipe
Builds a simple furnace recipe.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptiontype(Supplier<RecipeType<CookingRecipe>> type) Sets the type of recipetype(RecipeType<CookingRecipe> type) Sets the type of recipeMethods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
-
Method Details
-
type
Sets the type of recipe- Parameters:
type- the type of recipe- Returns:
- This builder, for chaining
-
type
Sets the type of recipe- Parameters:
type- the type of recipe- Returns:
- This builder, for chaining
-