Interface StoneCutterRecipe.Builder
- All Superinterfaces:
- AbstractBuilder<RecipeRegistration>,- Builder<RecipeRegistration,,- StoneCutterRecipe.Builder> - ResettableBuilder<RecipeRegistration,,- StoneCutterRecipe.Builder> - ResourceKeyedBuilder<RecipeRegistration,- StoneCutterRecipe.Builder> 
- All Known Subinterfaces:
- StoneCutterRecipe.Builder.EndStep,- StoneCutterRecipe.Builder.ResultStep
- Enclosing interface:
- StoneCutterRecipe
public static interface StoneCutterRecipe.Builder
extends ResourceKeyedBuilder<RecipeRegistration,StoneCutterRecipe.Builder> 
Builds a simple stonecutter recipe
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptioningredient(Supplier<? extends ItemType> ingredient) Sets the ingredient and returns this builder.ingredient(ItemType ingredient) Sets the ingredient and returns this builder.ingredient(Ingredient ingredient) Sets the ingredient and returns this builder.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilderbuildMethods inherited from interface org.spongepowered.api.util.ResourceKeyedBuilderkey
- 
Method Details- 
ingredientSets the ingredient and returns this builder.- Parameters:
- ingredient- The ingredient
- Returns:
- This builder, for chaining
 
- 
ingredientSets the ingredient and returns this builder.- Parameters:
- ingredient- The ingredient
- Returns:
- This builder, for chaining
 
- 
ingredientSets the ingredient and returns this builder.- Parameters:
- ingredient- The ingredient
- Returns:
- This builder, for chaining
 
 
-