Class ExpandShapelessRecipe
java.lang.Object
com.blamejared.crafttweaker.natives.recipe.type.ExpandShapelessRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IIngredient[]getIngredientArray(net.minecraft.world.item.crafting.ShapelessRecipe internal) Gets the ingredients of this recipe as an array that can be passed into a craftingTable.addShapeless method call.
-
Constructor Details
-
ExpandShapelessRecipe
public ExpandShapelessRecipe()
-
-
Method Details
-
getIngredientArray
public static IIngredient[] getIngredientArray(net.minecraft.world.item.crafting.ShapelessRecipe internal) Gets the ingredients of this recipe as an array that can be passed into a craftingTable.addShapeless method call.- Returns:
- the ingredients of this recipe as an array that can be passed into a craftingTable.addShapeless method call.
-