MCPcopy 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

applyChoiceMethod · 0.80
setLevelMethod · 0.80

Calls 1

processMethod · 0.65

Tested by

no test coverage detected