Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getToken
Method · 0.95
getHTMLInfo
Method · 0.95
addSpellToCharacter
Method · 0.95
delSpell
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected