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

Method getBonusInfoList

code/src/java/pcgen/core/bonus/BonusObj.java:116–119  ·  view source on GitHub ↗

get Bonus Info List @return Bonus Info List

()

Source from the content-addressed store, hash-verified

114 * @return Bonus Info List
115 */
116 public List<?> getBonusInfoList()
117 {
118 return bonusInfo;
119 }
120
121 /**
122 * Get Bonus Name

Callers 5

processMethod · 0.80
bonusToThisSkillMethod · 0.80
bonusForThisSkillMethod · 0.80
getBonusFromListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected