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

Method parseCatchPhraseLine

code/src/java/pcgen/io/PCGVer2Parser.java:1431–1435  ·  view source on GitHub ↗
(final String line)

Source from the content-addressed store, hash-verified

1429 }
1430
1431 private void parseCatchPhraseLine(final String line)
1432 {
1433 thePC.setPCAttribute(PCStringKey.CATCHPHRASE,
1434 EntityEncoder.decode(line.substring(IOConstants.TAG_CATCHPHRASE.length() + 1)));
1435 }
1436
1437 private void parseCharacterAssetLine(final String line)
1438 {

Callers 1

parseCachedLinesMethod · 0.95

Calls 2

decodeMethod · 0.95
setPCAttributeMethod · 0.80

Tested by

no test coverage detected