Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getHP
Method
getHP
code/src/java/pcgen/core/display/CharacterDisplay.java:1340–1343 ·
view source on GitHub ↗
(PCClassLevel pcl)
Source
from the content-addressed store, hash-verified
1338
}
1339
1340
public
Integer getHP(PCClassLevel pcl)
1341
{
1342
return
hitPointFacet.get(id, pcl);
1343
}
1344
1345
public
BioSet getBioSet()
1346
{
Callers
1
getRollToken
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected