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

Method getSpellCount

code/src/java/pcgen/core/kit/KitSpells.java:361–364  ·  view source on GitHub ↗
(KnownSpellIdentifier ksi, List<CDOMSingleRef<Ability>> abils)

Source from the content-addressed store, hash-verified

359 }
360
361 public Integer getSpellCount(KnownSpellIdentifier ksi, List<CDOMSingleRef<Ability>> abils)
362 {
363 return spells.get(ksi, abils);
364 }
365}

Callers 1

unparseMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected