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

Method addFeatsToList

code/src/java/pcgen/core/character/SpellInfo.java:138–146  ·  view source on GitHub ↗
(final Collection<Ability> aList)

Source from the content-addressed store, hash-verified

136 }
137
138 public void addFeatsToList(final Collection<Ability> aList)
139 {
140 if (featList == null)
141 {
142 featList = new ArrayList<>(aList.size());
143 }
144
145 featList.addAll(aList);
146 }
147
148 @Override
149 public String toString()

Callers 2

addInfoMethod · 0.95
parseSpellLineMethod · 0.95

Calls 2

sizeMethod · 0.65
addAllMethod · 0.65

Tested by

no test coverage detected