Interface StoneCutterRecipe
- All Superinterfaces:
Keyed
,Recipe
,ResourceKeyed
A StoneCutter Recipe.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builds a simple stonecutter recipe -
Method Summary
Modifier and TypeMethodDescriptionstatic StoneCutterRecipe.Builder
builder()
RecipeType<? extends StoneCutterRecipe>
type()
Gets theRecipeType
of this recipe.Methods inherited from interface org.spongepowered.api.item.recipe.Recipe
exemplaryResult, ingredients, isDynamic, isValid, remainingItems, result, result
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
builder
-
type
RecipeType<? extends StoneCutterRecipe> type()Description copied from interface:Recipe
Gets theRecipeType
of this recipe.
-