MCPcopy 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

getRollTokenMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected