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

Method getRawBonusList

code/src/java/pcgen/core/Skill.java:62–68  ·  view source on GitHub ↗
(PlayerCharacter pc)

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public List<BonusObj> getRawBonusList(PlayerCharacter pc)
64 {
65 List<BonusObj> list = new ArrayList<>(super.getRawBonusList(pc));
66 list.sort(new SkillBonusComparator(this));
67 return list;
68 }
69
70 /**
71 * A comparator for sorting bonuses which puts the bonuses in the order

Callers 15

testMaxValueMethod · 0.45
testBonusStackingMethod · 0.45
testStatModsMethod · 0.45
testLevelStatMethod · 0.45
testWpnFinesseMethod · 0.45
getBonusToMethod · 0.45
getActiveBonusesMethod · 0.45
activateBonusesMethod · 0.45

Calls 1

sortMethod · 0.45

Tested by 9

testMaxValueMethod · 0.36
testBonusStackingMethod · 0.36
testStatModsMethod · 0.36
testLevelStatMethod · 0.36
testWpnFinesseMethod · 0.36