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

Method getHD

code/src/java/pcgen/core/PCClass.java:1443–1447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1441 }
1442
1443 public String getHD()
1444 {
1445 HitDie hd = getSafe(ObjectKey.LEVEL_HITDIE);
1446 return String.valueOf(hd.getDie());
1447 }
1448
1449 public String[] getTypes()
1450 {

Callers 6

getValueAtMethod · 0.95
getDataMethod · 0.80
getCellEditorMethod · 0.80
getCellEditorMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80

Calls 3

getDieMethod · 0.95
getSafeMethod · 0.80
valueOfMethod · 0.45

Tested by

no test coverage detected