IIngredientWithAmount
Consists of an ingredient and an amount.
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
import crafttweaker.api.item.IIngredientWithAmount;Implemented Interfaces
IIngredientWithAmount implements the following interfaces. That means all methods defined in these interfaces are also available in IIngredientWithAmount
Properties
| Name | Type | Has Getter | Has Setter | Description | 
|---|---|---|---|---|
| Nameamount | Typeint | Has Gettertrue | Has Setterfalse | DescriptionGets the amount of Items in the ItemStack | 
| NamecommandString | Typestring | Has Gettertrue | Has Setterfalse | DescriptionReturns the BEP to get this thingy | 
| Nameingredient | TypeIIngredient | Has Gettertrue | Has Setterfalse | DescriptionThe backing ingredient |