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

Method getNoUnitWeight

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

Source from the content-addressed store, hash-verified

74 }
75
76 private String getNoUnitWeight(CharacterDisplay display)
77 {
78 return Globals.getGameModeUnitSet().displayWeightInUnitSet(display.getWeight());
79 }
80
81 private String getWeightToken(CharacterDisplay display)
82 {

Callers 1

getTokenMethod · 0.95

Calls 3

getGameModeUnitSetMethod · 0.95
getWeightMethod · 0.65

Tested by

no test coverage detected