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

Method hasSpellBook

code/src/java/pcgen/core/PlayerCharacter.java:8758–8761  ·  view source on GitHub ↗
(String bookName)

Source from the content-addressed store, hash-verified

8756 }
8757
8758 public boolean hasSpellBook(String bookName)
8759 {
8760 return spellBookFacet.containsBookNamed(id, bookName);
8761 }
8762
8763 private Load getLoadType()
8764 {

Callers 2

addSpellMethod · 0.95
updatePCSpellsMethod · 0.80

Calls 1

containsBookNamedMethod · 0.80

Tested by

no test coverage detected