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