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

Method setQty

code/src/java/pcgen/core/character/EquipSet.java:305–308  ·  view source on GitHub ↗

Set's the number of items in this equipset @param x

(final Float x)

Source from the content-addressed store, hash-verified

303 * @param x
304 **/
305 public void setQty(final Float x)
306 {
307 qty = x;
308 }
309
310 /**
311 * Get quantity

Callers 9

addEquipToEquipSetMethod · 0.95
equipItemMethod · 0.95
addEquipmentMethod · 0.95
removeEquipmentMethod · 0.95
addEquipToTargetMethod · 0.95
equipItemMethod · 0.95
parseEquipmentSetLineMethod · 0.95
mergeEquipmentListMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by 2

addEquipToEquipSetMethod · 0.76
equipItemMethod · 0.76