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

Method getQty

code/src/java/pcgen/core/Equipment.java:1693–1696  ·  view source on GitHub ↗

Get the quantity of items @return return a Float of the quantity

()

Source from the content-addressed store, hash-verified

1691 * @return return a Float of the quantity
1692 */
1693 public Float getQty()
1694 {
1695 return (float) qty;
1696 }
1697
1698 /**
1699 * Gets the rawCritRange attribute of the Equipment object

Callers 12

addEquipmentMethod · 0.95
setCalcEquipmentListMethod · 0.95
addEquipToTargetMethod · 0.95
getContainedWeightMethod · 0.95
parseEquipmentLineMethod · 0.95
refreshMethod · 0.45
addChildrenToPathMethod · 0.45
getEquipSetCountMethod · 0.45
getEquippedQuantityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected