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

Method getBonuses

code/src/java/pcgen/core/PointBuyMethod.java:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public Collection<BonusObj> getBonuses()
89 {
90 if (bonusList == null)
91 {
92 return Collections.emptyList();
93 }
94 return Collections.unmodifiableList(bonusList);
95 }
96
97 /**
98 * returns all BonusObj's that are "active"

Callers 3

getActiveBonusesMethod · 0.95
activateBonusesMethod · 0.95
getBonusSkillPoolMethod · 0.95

Calls 1

emptyListMethod · 0.80

Tested by

no test coverage detected