Interface StoneCutterRecipe
- All Superinterfaces:
 Recipe<RecipeInput.Single>
A StoneCutter Recipe.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilds a simple stonecutter recipe - 
Method Summary
Modifier and TypeMethodDescriptionstatic StoneCutterRecipe.Builderbuilder()RecipeType<? extends StoneCutterRecipe> type()Gets theRecipeTypeof this recipe.Methods inherited from interface org.spongepowered.api.item.recipe.Recipe
exemplaryResult, ingredients, isDynamic, isValid, remainingItems, result, result 
- 
Method Details
- 
builder
 - 
type
RecipeType<? extends StoneCutterRecipe> type()Description copied from interface:RecipeGets theRecipeTypeof this recipe.- Specified by:
 typein interfaceRecipe<RecipeInput.Single>- Returns:
 - The recipe type.
 
 
 -