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

Method getCastingClass

code/src/java/pcgen/core/kit/KitSpells.java:341–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 }
340
341 public CDOMSingleRef<PCClass> getCastingClass()
342 {
343 return castingClass;
344 }
345
346 public void addSpell(KnownSpellIdentifier ksi, ArrayList<CDOMSingleRef<Ability>> featList, int count)
347 {

Callers 2

parseNonEmptyTokenMethod · 0.80
unparseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected