Interface SmithingRecipe
- All Superinterfaces:
Keyed
,Recipe
,ResourceKeyed
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
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
builder
-
type
RecipeType<? extends SmithingRecipe> type()Description copied from interface:Recipe
Gets theRecipeType
of this recipe.
-