Interface StoneCutterRecipe
- All Superinterfaces:
Keyed,Recipe,ResourceKeyed
A StoneCutter Recipe.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilds a simple stonecutter recipe -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, resultMethods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
builder
-
type
RecipeType<? extends StoneCutterRecipe> type()Description copied from interface:RecipeGets theRecipeTypeof this recipe.
-