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

Method getToken

code/src/java/plugin/exporttokens/HPToken.java:39–43  ·  view source on GitHub ↗
(String tokenSource, PlayerCharacter pc, ExportHandler eh)

Source from the content-addressed store, hash-verified

37 }
38
39 @Override
40 public String getToken(String tokenSource, PlayerCharacter pc, ExportHandler eh)
41 {
42 return Integer.toString(pc.hitPoints());
43 }
44}

Callers

nothing calls this directly

Calls 2

hitPointsMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected