Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getValueAt
Method · 0.95
getData
Method · 0.80
getCellEditor
Method · 0.80
getCellEditor
Method · 0.80
actionPerformed
Method · 0.80
actionPerformed
Method · 0.80
Calls
3
getDie
Method · 0.95
getSafe
Method · 0.80
valueOf
Method · 0.45
Tested by
no test coverage detected