EnchantmentCost
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.
import crafttweaker.api.item.enchantment.EnchantmentCost;
Members
Getter
// Cost.base as intmyCost.base
Return Type:
int
calculate(level as int) as int
// Cost.calculate(level as int) as int;myCost.calculate(myInt);
Parameters:
level: int
Type: int
Return Type:
int
Getter
// Cost.perLevelAboveFirst as intmyCost.perLevelAboveFirst
Return Type:
int