Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setSpellLists
Method
setSpellLists
code/src/java/pcgen/core/PlayerCharacter.java:9131–9134 ·
view source on GitHub ↗
(PCClass pcClass)
Source
from the content-addressed store, hash-verified
9129
}
9130
9131
public
void
setSpellLists(PCClass pcClass)
9132
{
9133
classSpellListFacet.process(id, pcClass);
9134
}
9135
9136
public
void
addDefaultSpellList(PCClass pcc)
9137
{
Callers
2
applyChoice
Method · 0.80
setLevel
Method · 0.80
Calls
1
process
Method · 0.65
Tested by
no test coverage detected