IIngredientWithAmount
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
Consists of an ingredient and an amount.Implements
IIngredientWithAmount
implements the following interfaces:
Members
Getter
Gets the amount of Items in the ItemStack
Return Type:
int
Getter
Returns the BEP to get this thingy
Return Type:
string
commandString() as string
Returns the BEP to get this thingy
Return Type:
string
Getter
The backing ingredient
Return Type:
IIngredient