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

Method getNumPages

code/src/java/pcgen/core/character/SpellBook.java:137–140  ·  view source on GitHub ↗

Get the number of pages in the book. @return Returns the numPages.

()

Source from the content-addressed store, hash-verified

135 * @return Returns the numPages.
136 */
137 public final int getNumPages()
138 {
139 return numPages;
140 }
141
142 /**
143 * Set the number of pages in the book.

Callers 2

getTokenMethod · 0.95
addSpellMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected