Class ExpandIngredient
java.lang.Object
com.blamejared.crafttweaker.natives.ingredient.ExpandIngredient
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IIngredientasIIngredient(net.minecraft.world.item.crafting.Ingredient internal) Casts an Ingredient to an IIngredient.
-
Constructor Details
-
ExpandIngredient
public ExpandIngredient()
-
-
Method Details
-
asIIngredient
Casts an Ingredient to an IIngredient.- Parameters:
internal- The Ingredient to cast.- Returns:
- The IIngredient.
-