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