Interface ShapelessCraftingRecipe
- All Superinterfaces:
CraftingRecipe
,Recipe<RecipeInput.Crafting>
A ShapelessCraftingRecipe is a CraftingRecipe that does not have shape and
just has a list of ingredients.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Creates a newShapelessCraftingRecipe.Builder
to build aShapelessCraftingRecipe
.Methods inherited from interface org.spongepowered.api.item.recipe.crafting.CraftingRecipe
group, type
Methods inherited from interface org.spongepowered.api.item.recipe.Recipe
exemplaryResult, ingredients, isDynamic, isValid, remainingItems, result, result
-
Method Details
-
builder
Creates a newShapelessCraftingRecipe.Builder
to build aShapelessCraftingRecipe
.- Returns:
- The new builder
-