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

Method getStatIncrease

code/src/java/pcgen/core/PlayerCharacter.java:5545–5554  ·  view source on GitHub ↗
(final PCStat stat, final boolean includePost)

Source from the content-addressed store, hash-verified

5543 }
5544
5545 public int getStatIncrease(final PCStat stat, final boolean includePost)
5546 {
5547 final int idx = getLevelInfoSize() - 1;
5548
5549 if (idx >= 0)
5550 {
5551 return levelInfoFacet.get(id, idx).getTotalStatMod(stat, includePost);
5552 }
5553 return 0;
5554 }
5555
5556 public int sizeInt()
5557 {

Callers 1

setScoreBaseMethod · 0.80

Calls 3

getLevelInfoSizeMethod · 0.95
getTotalStatModMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected