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