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

Method getSpell

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

Get spell @return spell

()

Source from the content-addressed store, hash-verified

142 * @return spell
143 */
144 public Spell getSpell()
145 {
146 return spell;
147 }
148
149 /**
150 * Get the spell info

Callers 4

getTokenMethod · 0.95
getHTMLInfoMethod · 0.95
addSpellToCharacterMethod · 0.95
delSpellMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected