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

Method getNumSpells

code/src/java/pcgen/core/character/SpellBook.java:224–227  ·  view source on GitHub ↗

@return Returns the numSpells.

()

Source from the content-addressed store, hash-verified

222 * @return Returns the numSpells.
223 */
224 public final int getNumSpells()
225 {
226 return numSpells;
227 }
228
229 /**
230 * @param numSpells The numSpells to set.

Callers 5

getTokenMethod · 0.95
addSpellMethod · 0.95
delSpellMethod · 0.95
parseSpellLineMethod · 0.95
produceSpellBookInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected