Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAppliedName
Method · 0.80
getSpellRange
Method · 0.80
getDC
Method · 0.80
getConcentration
Method · 0.80
getSpellInfoFor
Method · 0.80
appendSpellLines
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected