MCPcopy Create free account
hub / github.com/PCGen/pcgen / getLevelHitDie

Method getLevelHitDie

code/src/java/pcgen/core/PlayerCharacter.java:9077–9080  ·  view source on GitHub ↗
(PCClass pcClass, final int classLevel)

Source from the content-addressed store, hash-verified

9075 }
9076
9077 public HitDie getLevelHitDie(PCClass pcClass, final int classLevel)
9078 {
9079 return hitPointFacet.getLevelHitDie(id, pcClass, classLevel);
9080 }
9081
9082 /**
9083 * Rolls hp for the current level according to the rules set in options.

Callers 3

addTemplateMethod · 0.95
getShortTokenMethod · 0.45
sanityChecksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected