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

Method getHeightUnit

code/src/java/pcgen/core/GameMode.java:2277–2280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2275 }
2276
2277 public String getHeightUnit()
2278 {
2279 return "ftin".equals(getUnitSet().getHeightUnit()) ? "inches" : getUnitSet().getHeightUnit();
2280 }
2281
2282 public String getWeightUnit()
2283 {

Callers

nothing calls this directly

Calls 2

getUnitSetMethod · 0.95
equalsMethod · 0.65

Tested by

no test coverage detected