toString. @return a java.lang.String object.
()
| 750 | * @return a {@link java.lang.String} object. |
| 751 | */ |
| 752 | @Override |
| 753 | public final String toString() { |
| 754 | if (this.isAbility) { |
| 755 | return this.abilityToString(); |
| 756 | } else { |
| 757 | return this.spellToString(true); |
| 758 | } |
| 759 | } |
| 760 | |
| 761 | // maybe add a conversion method that turns the amounts into words 1=a(n), |
| 762 | // 2=two etc. |
no test coverage detected