Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getHP
Method
getHP
code/src/java/pcgen/core/PlayerCharacter.java:9106–9109 ·
view source on GitHub ↗
(PCClassLevel pcl)
Source
from the content-addressed store, hash-verified
9104
}
9105
9106
public
Integer getHP(PCClassLevel pcl)
9107
{
9108
return
hitPointFacet.get(id, pcl);
9109
}
9110
9111
public
void
removeHP(PCClassLevel pcl)
9112
{
Callers
8
testMakeIntoExClass
Method · 0.95
getClassHitPoints
Method · 0.95
makeIntoExClass
Method · 0.95
giveClassesAway
Method · 0.95
getLevelHP
Method · 0.45
getHPRolled
Method · 0.45
sanityChecks
Method · 0.45
appendClassLines
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
1
testMakeIntoExClass
Method · 0.76