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

Method addSaveableBonus

code/src/java/pcgen/core/PlayerCharacter.java:8911–8914  ·  view source on GitHub ↗
(BonusObj bonus, CDOMObject source)

Source from the content-addressed store, hash-verified

8909 }
8910
8911 public void addSaveableBonus(BonusObj bonus, CDOMObject source)
8912 {
8913 saveableBonusFacet.add(id, bonus, source);
8914 }
8915
8916 public List<? extends BonusObj> getSaveableBonusList(CDOMObject source)
8917 {

Callers 3

applyBonusMethod · 0.80
parseAbilityLineMethod · 0.80

Calls 1

addMethod · 0.65

Tested by

no test coverage detected