Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addSpell
Method · 0.95
updatePCSpells
Method · 0.80
Calls
1
containsBookNamed
Method · 0.80
Tested by
no test coverage detected