EnchantmentCost
Link to enchantmentcost
Importing the class
Link to 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.
ZenScript Copyimport crafttweaker.api.item.enchantment.EnchantmentCost;
Extending Record
Link to extending-record
EnchantmentCost extends Record. That means all methods available in Record are also available in EnchantmentCost
Methods
Link to methods
Name: calculate
Return Type: int
ZenScript CopyEnchantmentCost.calculate(level as int) as int
Parameter | Type |
---|---|
Parameter level | Type int |
Properties
Link to properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name base | Type int | Has Getter true | Has Setter false |
Name perLevelAboveFirst | Type int | Has Getter true | Has Setter false |