Interface SmithingRecipe
- All Superinterfaces:
Recipe<RecipeInput.Smithing>
A Smithing Recipe.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builds a simple smithing recipe -
Method Summary
Modifier and TypeMethodDescriptionstatic SmithingRecipe.Builder
builder()
RecipeType
<? extends SmithingRecipe> type()
Gets theRecipeType
of 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 SmithingRecipe> type()Description copied from interface:Recipe
Gets theRecipeType
of this recipe.- Specified by:
type
in interfaceRecipe<RecipeInput.Smithing>
- Returns:
- The recipe type.
-