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

Method rollHP

code/src/java/pcgen/core/PlayerCharacter.java:9095–9099  ·  view source on GitHub ↗
(PCClass pcClass, int aLevel, boolean first)

Source from the content-addressed store, hash-verified

9093 * information about a PCClassLevel?
9094 */
9095 public void rollHP(PCClass pcClass, int aLevel, boolean first)
9096 {
9097 hitPointFacet.rollHP(id, pcClass, aLevel, first);
9098 setDirty(true);
9099 }
9100
9101 public void setHP(PCClassLevel pcl, Integer hp)
9102 {

Callers 2

addTemplateMethod · 0.95
addLevelMethod · 0.45

Calls 1

setDirtyMethod · 0.95

Tested by

no test coverage detected