Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setHP
Method
setHP
code/src/java/pcgen/core/PlayerCharacter.java:9101–9104 ·
view source on GitHub ↗
(PCClassLevel pcl, Integer hp)
Source
from the content-addressed store, hash-verified
9099
}
9100
9101
public
void
setHP(PCClassLevel pcl, Integer hp)
9102
{
9103
hitPointFacet.set(id, pcl, hp);
9104
}
9105
9106
public
Integer getHP(PCClassLevel pcl)
9107
{
Callers
15
testMakeIntoExClass
Method · 0.95
testHP
Method · 0.95
makeIntoExClass
Method · 0.95
giveClassesAway
Method · 0.95
setHPRolled
Method · 0.80
parseClassAbilitiesLevelLine
Method · 0.80
sanityChecks
Method · 0.80
applyObject
Method · 0.80
applyObject
Method · 0.80
testRaceMonCSkill
Method · 0.80
testClass
Method · 0.80
testGlobalCSkill
Method · 0.80
Calls
1
set
Method · 0.65
Tested by
10
testMakeIntoExClass
Method · 0.76
testHP
Method · 0.76
applyObject
Method · 0.64
applyObject
Method · 0.64
testRaceMonCSkill
Method · 0.64
testClass
Method · 0.64
testGlobalCSkill
Method · 0.64
testGlobalCSkillList
Method · 0.64
testGlobalCCSkill
Method · 0.64
testGlobalCCSkillList
Method · 0.64