MCPcopy 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

testMakeIntoExClassMethod · 0.95
testHPMethod · 0.95
makeIntoExClassMethod · 0.95
giveClassesAwayMethod · 0.95
setHPRolledMethod · 0.80
sanityChecksMethod · 0.80
applyObjectMethod · 0.80
applyObjectMethod · 0.80
testRaceMonCSkillMethod · 0.80
testClassMethod · 0.80
testGlobalCSkillMethod · 0.80

Calls 1

setMethod · 0.65

Tested by 10

testMakeIntoExClassMethod · 0.76
testHPMethod · 0.76
applyObjectMethod · 0.64
applyObjectMethod · 0.64
testRaceMonCSkillMethod · 0.64
testClassMethod · 0.64
testGlobalCSkillMethod · 0.64
testGlobalCSkillListMethod · 0.64
testGlobalCCSkillMethod · 0.64
testGlobalCCSkillListMethod · 0.64