Interface ShapelessCraftingRecipe
-
- All Superinterfaces:
CraftingRecipe
,Keyed
,Recipe
,ResourceKeyed
public interface ShapelessCraftingRecipe extends CraftingRecipe
A ShapelessCraftingRecipe is a CraftingRecipe that does not have shape and just has a list of ingredients.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ShapelessCraftingRecipe.Builder
The Builder forShapelessCraftingRecipe
s.
-
Method Summary
Static Methods Modifier and Type Method Description static ShapelessCraftingRecipe.Builder
builder()
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
-
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
-
-
-
Method Detail
-
builder
static ShapelessCraftingRecipe.Builder builder()
Creates a newShapelessCraftingRecipe.Builder
to build aShapelessCraftingRecipe
.- Returns:
- The new builder
-
-