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

Method getToken

code/src/java/plugin/exporttokens/XPAwardToken.java:36–41  ·  view source on GitHub ↗
(String tokenSource, CharacterDisplay display, ExportHandler eh)

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public String getToken(String tokenSource, CharacterDisplay display, ExportHandler eh)
38 {
39 int award = display.getXPAward();
40 return String.format("%,d", award);
41 }
42}

Callers

nothing calls this directly

Calls 2

formatMethod · 0.80
getXPAwardMethod · 0.45

Tested by

no test coverage detected