public interface CostDef
| Modifier and Type | Interface | Description | 
|---|---|---|
| static class  | CostDef.Cost | A final cost is an integer, and the type, and possibly
 a currency. | 
| static class  | CostDef.CostType | Enumeration of the types of costs of gaining this ability | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | costDefinition() | A math formula definition the amount of the cost
 type required, where at-x1 is the qualifying level
 and at-x2 is the player level | 
| CostDef.CostType | type() | Returns the type of resources defining the cost
 of a skill. | 
| java.lang.String | typeCurrency() | Currency, if applicable, to the cost. | 
CostDef.CostType type()
CostDef.CostTypejava.lang.String typeCurrency()
java.lang.String costDefinition()