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

Method getWeightToken

code/src/java/plugin/exporttokens/WeightToken.java:81–85  ·  view source on GitHub ↗
(CharacterDisplay display)

Source from the content-addressed store, hash-verified

79 }
80
81 private String getWeightToken(CharacterDisplay display)
82 {
83 return Globals.getGameModeUnitSet().displayWeightInUnitSet(display.getWeight())
84 + Globals.getGameModeUnitSet().getWeightUnit();
85 }
86}

Callers 1

getTokenMethod · 0.95

Calls 4

getGameModeUnitSetMethod · 0.95
getWeightMethod · 0.65
getWeightUnitMethod · 0.45

Tested by

no test coverage detected