MCPcopy Create free account
hub / github.com/PCGen/pcgen / getLSTformat

Method getLSTformat

code/src/java/pcgen/cdom/processor/HitDieLock.java:79–83  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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).

Callers

nothing calls this directly

Calls 2

getDieMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected