Class ExpandShapelessRecipe

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

@ZenRegister public class ExpandShapelessRecipe extends Object
  • 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.