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

Method getLevel

code/src/java/pcgen/core/PlayerCharacter.java:8625–8628  ·  view source on GitHub ↗
(PCClass pcc)

Source from the content-addressed store, hash-verified

8623 }
8624
8625 public final int getLevel(PCClass pcc)
8626 {
8627 return classFacet.getLevel(id, pcc);
8628 }
8629
8630 /**
8631 * set the level to arg without impacting spells, hp, or anything else - use

Callers 14

getNumFeatsFromLevelsMethod · 0.95
setMasterMethod · 0.95
getMaxRankMethod · 0.95
isSpellCasterMethod · 0.95
addTemplateMethod · 0.95
getClassHitPointsMethod · 0.95
makeIntoExClassMethod · 0.95
giveClassesAwayMethod · 0.95
isDomainValidMethod · 0.95
getClassLevelStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected