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

Method getFeatList

code/src/java/pcgen/core/character/SpellInfo.java:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 public List<Ability> getFeatList()
93 {
94 return featList;
95 }
96
97 public CharacterSpell getOwner()
98 {

Callers 6

getAppliedNameMethod · 0.80
getSpellRangeMethod · 0.80
getDCMethod · 0.80
getConcentrationMethod · 0.80
getSpellInfoForMethod · 0.80
appendSpellLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected