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

Method getStat

code/src/java/pcgen/core/PlayerCharacter.java:9243–9246  ·  view source on GitHub ↗
(PCStat stat)

Source from the content-addressed store, hash-verified

9241 }
9242
9243 public int getStat(PCStat stat)
9244 {
9245 return statValueFacet.get(id, stat).intValue();
9246 }
9247
9248 public int recalcSkillPointMod(PCClass pcClass, final int characterLevel)
9249 {

Callers 4

rollStatsMethod · 0.95
setScoreBaseMethod · 0.45
subLevelMethod · 0.45
appendStatLinesMethod · 0.45

Calls 2

intValueMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected