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

Method setEquip

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

@param equip The equip to set.

(Equipment equip)

Source from the content-addressed store, hash-verified

108 * @param equip The equip to set.
109 */
110 public final void setEquip(Equipment equip)
111 {
112 this.equip = equip;
113 this.setNumPages(equip.getSafe(IntegerKey.NUM_PAGES));
114 this.setPageFormula(equip.getSafe(FormulaKey.PAGE_USAGE));
115 }
116
117 /**
118 * @return Returns the name.

Callers 2

dataAddedMethod · 0.95
updateEquipmentQtyMethod · 0.95

Calls 3

setNumPagesMethod · 0.95
setPageFormulaMethod · 0.95
getSafeMethod · 0.80

Tested by

no test coverage detected