Interface IIngredientWithAmount
- All Superinterfaces:
CommandStringDisplayable
- All Known Subinterfaces:
ForgeItemStack,IItemStack
- All Known Implementing Classes:
IngredientWithAmount,MCItemStack,MCItemStackMutable
Consists of an ingredient and an amount.
-
Method Summary
Methods inherited from interface com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable
getCommandString
-
Method Details
-
getIngredient
IIngredient getIngredient()The backing ingredient -
getAmount
int getAmount()Gets the amount of Items in the ItemStack- Returns:
- ItemStack's amount
-
asIData
-