Class ExpandShapedRecipe

java.lang.Object
com.blamejared.crafttweaker.natives.recipe.type.ExpandShapedRecipe

@ZenRegister public class ExpandShapedRecipe extends Object
  • 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)