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

Method appendGameModeLine

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

Source from the content-addressed store, hash-verified

531 }
532
533 private void appendGameModeLine(StringBuilder buffer)
534 {
535 buffer.append(IOConstants.TAG_GAMEMODE).append(':');
536 buffer.append(getGameMode().getName());
537 buffer.append(IOConstants.LINE_SEP);
538 }
539
540 /*
541 * ###############################################################

Callers 1

createPCGStringMethod · 0.95

Calls 3

getGameModeMethod · 0.95
getNameMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected