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

Method parseToken

code/src/java/plugin/bonustokens/Followers.java:27–37  ·  view source on GitHub ↗
(LoadContext context, final String argToken)

Source from the content-addressed store, hash-verified

25public class Followers extends BonusObj
26{
27 @Override
28 protected boolean parseToken(LoadContext context, final String argToken)
29 {
30 // Collection<String> followerTypes = Globals.getFollowerTypes();
31 // if ( followerTypes.contains( argToken ) )
32 // {
33 addBonusInfo(argToken);
34 return true;
35 // }
36 // return false;
37 }
38
39 @Override
40 protected String unparseToken(final Object obj)

Callers

nothing calls this directly

Calls 1

addBonusInfoMethod · 0.80

Tested by

no test coverage detected