Returns a representation of this HitDieLock, suitable for storing in an LST file. @return A representation of this HitDieLock, suitable for storing in an LST file.
()
| 77 | * LST file. |
| 78 | */ |
| 79 | @Override |
| 80 | public String getLSTformat() |
| 81 | { |
| 82 | return Integer.toString(hitDie.getDie()); |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * The class of object this Processor acts upon (HitDie). |