Class ExpandIngredient

java.lang.Object
com.blamejared.crafttweaker.natives.item.ExpandIngredient

@ZenRegister public class ExpandIngredient extends Object
This is the vanilla ingredient type. It is recommended that you use the IIngredient type whenever possible. This type can automatically be cast from and to IIngredient, though.
  • Constructor Details

    • ExpandIngredient

      public ExpandIngredient()
  • Method Details

    • asIIngredient

      public static IIngredient asIIngredient(net.minecraft.world.item.crafting.Ingredient internal)