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

Method setPageFormula

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

Set the page formula @param pageFormula The pageFormula to set.

(Formula pageFormula)

Source from the content-addressed store, hash-verified

162 * @param pageFormula The pageFormula to set.
163 */
164 public final void setPageFormula(Formula pageFormula)
165 {
166 this.pageFormula = pageFormula;
167 }
168
169 /**
170 * Get the spell book type.

Callers 2

testAddSpellsMethod · 0.95
setEquipMethod · 0.95

Calls

no outgoing calls

Tested by 1

testAddSpellsMethod · 0.76