Interface StoneCutterRecipe
-
- All Superinterfaces:
Keyed,Recipe,ResourceKeyed
public interface StoneCutterRecipe extends Recipe
A StoneCutter Recipe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStoneCutterRecipe.BuilderBuilds a simple stonecutter recipe
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StoneCutterRecipe.Builderbuilder()RecipeType<? extends StoneCutterRecipe>type()Gets theRecipeTypeof 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 StoneCutterRecipe.Builder builder()
-
type
RecipeType<? extends StoneCutterRecipe> type()
Description copied from interface:RecipeGets theRecipeTypeof this recipe.
-
-