Interface StoneCutterRecipe
- All Superinterfaces:
Recipe
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.
-