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

Method setNumPagesUsed

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

Set the number of pages used. @param numPagesUsed The number of pages used.

(int numPagesUsed)

Source from the content-addressed store, hash-verified

214 * @param numPagesUsed The number of pages used.
215 */
216 public final void setNumPagesUsed(int numPagesUsed)
217 {
218 this.numPagesUsed = numPagesUsed;
219 }
220
221 /**
222 * @return Returns the numSpells.

Callers 3

addSpellMethod · 0.95
delSpellMethod · 0.95
parseSpellLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected