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

Method getDefaultSpellBook

code/src/java/pcgen/core/GameMode.java:927–930  ·  view source on GitHub ↗

Default spell book name. @return default spell book

()

Source from the content-addressed store, hash-verified

925 * @return default spell book
926 */
927 String getDefaultSpellBook()
928 {
929 return defaultSpellBook;
930 }
931
932 /**
933 * Default unit set.

Callers 1

getDefaultSpellBookMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected