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

Method getBonusList

code/src/java/pcgen/cdom/base/CDOMObject.java:1173–1176  ·  view source on GitHub ↗
(PlayerCharacter assocStore)

Source from the content-addressed store, hash-verified

1171 }
1172
1173 public List<BonusObj> getBonusList(PlayerCharacter assocStore)
1174 {
1175 return getRawBonusList(assocStore);
1176 }
1177
1178 public List<BonusObj> getBonusList(Equipment e)
1179 {

Callers

nothing calls this directly

Calls 1

getRawBonusListMethod · 0.95

Tested by

no test coverage detected