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

Method parseToken

code/src/java/plugin/bonustokens/DR.java:29–35  ·  view source on GitHub ↗
(LoadContext context, final String token)

Source from the content-addressed store, hash-verified

27public final class DR extends BonusObj
28{
29 @Override
30 protected boolean parseToken(LoadContext context, final String token)
31 {
32 addBonusInfo(token);
33
34 return true;
35 }
36
37 @Override
38 protected String unparseToken(final Object obj)

Callers

nothing calls this directly

Calls 1

addBonusInfoMethod · 0.80

Tested by

no test coverage detected