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

Method getSpellSupport

code/src/java/pcgen/core/PlayerCharacter.java:8550–8559  ·  view source on GitHub ↗
(PCClass cl)

Source from the content-addressed store, hash-verified

8548 }
8549
8550 public SpellSupportForPCClass getSpellSupport(PCClass cl)
8551 {
8552 SpellSupportForPCClass ss = spellSupportFacet.get(id, cl);
8553 if (ss == null)
8554 {
8555 ss = new SpellSupportForPCClass(cl);
8556 spellSupportFacet.set(id, cl, ss);
8557 }
8558 return ss;
8559 }
8560
8561 public Map<BonusObj, BonusManager.TempBonusInfo> getTempBonusMap(String sourceStr, String targetStr)
8562 {

Callers 13

testGetKnownForLevelMethod · 0.95
testDomainSpellMethod · 0.95
dataAddedMethod · 0.95
addSpellMethod · 0.95
canCastSpellTypeLevelMethod · 0.95
delSpellMethod · 0.95
availableSpellsMethod · 0.95

Calls 2

getMethod · 0.65
setMethod · 0.65

Tested by 5

testGetKnownForLevelMethod · 0.76
testDomainSpellMethod · 0.76