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 interface
StoneCutterRecipe.Builder
Builds a simple stonecutter recipe
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StoneCutterRecipe.Builder
builder()
RecipeType<? extends StoneCutterRecipe>
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 StoneCutterRecipe.Builder builder()
-
type
RecipeType<? extends StoneCutterRecipe> type()
Description copied from interface:Recipe
Gets theRecipeType
of this recipe.
-
-