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

Method appendExperienceLine

code/src/java/pcgen/io/PCGVer2Creator.java:1911–1916  ·  view source on GitHub ↗
(StringBuilder buffer)

Source from the content-addressed store, hash-verified

1909 * ###############################################################
1910 */
1911 private void appendExperienceLine(StringBuilder buffer)
1912 {
1913 buffer.append(IOConstants.TAG_EXPERIENCE).append(':');
1914 buffer.append(thePC.getXP());
1915 buffer.append(IOConstants.LINE_SEP);
1916 }
1917
1918 /*
1919 * ###############################################################

Callers 1

createPCGStringMethod · 0.95

Calls 2

getXPMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected