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

Method addInfo

code/src/java/pcgen/core/character/CharacterSpell.java:223–226  ·  view source on GitHub ↗

Add Spell info @param level @param times @param book @return SpellInfo

(final int level, final int times, final String book)

Source from the content-addressed store, hash-verified

221 * @return SpellInfo
222 */
223 public SpellInfo addInfo(final int level, final int times, final String book)
224 {
225 return addInfo(level, level, times, book, null);
226 }
227
228 /**
229 * Add Spell info

Callers 9

testPreparedCasterMethod · 0.95
processMethod · 0.95
applyDomainMethod · 0.95
parseSpellLineMethod · 0.95
addSpellMethod · 0.80

Calls 2

addFeatsToListMethod · 0.95
addMethod · 0.65

Tested by 2

testPreparedCasterMethod · 0.76