MCPcopy 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

testMakeIntoExClassMethod · 0.95
getClassHitPointsMethod · 0.95
makeIntoExClassMethod · 0.95
giveClassesAwayMethod · 0.95
getLevelHPMethod · 0.45
getHPRolledMethod · 0.45
sanityChecksMethod · 0.45
appendClassLinesMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 1

testMakeIntoExClassMethod · 0.76