Interface SmithingRecipe
-
- All Superinterfaces:
Keyed
,Recipe
,ResourceKeyed
public interface SmithingRecipe extends Recipe
A Smithing Recipe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SmithingRecipe.Builder
Builds a simple smithing recipe
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static 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 Detail
-
builder
static SmithingRecipe.Builder builder()
-
type
RecipeType<? extends SmithingRecipe> type()
Description copied from interface:Recipe
Gets theRecipeType
of this recipe.
-
-