Interface StoneCutterRecipe
- All Superinterfaces:
Recipe<RecipeInput.Single>
A StoneCutter Recipe.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builds a simple stonecutter recipe -
Method Summary
Modifier and TypeMethodDescriptionstatic StoneCutterRecipe.Builder
builder()
Returns theIngredient
for thisStoneCutterRecipe
.RecipeType
<? extends StoneCutterRecipe> type()
Gets theRecipeType
of this recipe.Methods inherited from interface org.spongepowered.api.item.recipe.Recipe
exemplaryResult, isDynamic, isValid, remainingItems, result, result
-
Method Details
-
builder
-
ingredient
Ingredient ingredient()Returns theIngredient
for thisStoneCutterRecipe
.- Returns:
- The
Ingredient
for thisStoneCutterRecipe
.
-
type
RecipeType<? extends StoneCutterRecipe> type()Description copied from interface:Recipe
Gets theRecipeType
of this recipe.- Specified by:
type
in interfaceRecipe<RecipeInput.Single>
- Returns:
- The recipe type.
-