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

Method getTokenName

code/src/java/plugin/qualifier/skill/RanksToken.java:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 private boolean maxRank = false;
50
51 @Override
52 public String getTokenName()
53 {
54 return "RANKS";
55 }
56
57 @Override
58 public Class<Skill> getReferenceClass()

Callers 2

getLSTformatMethod · 0.95
initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected