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

Method getContainedEquipmentCount

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

count @return number of containedEquipment objects

()

Source from the content-addressed store, hash-verified

5334 * @return number of containedEquipment objects
5335 */
5336 public int getContainedEquipmentCount()
5337 {
5338 return d_containedEquipment.size();
5339 }
5340
5341 /**
5342 * Gets the contained Weight this object recursis all child objects to get

Callers 10

getChildCountMethod · 0.95
getContainedWeightMethod · 0.95
getContentsMethod · 0.95
getContentsCountTokenMethod · 0.80
getContentsTokenMethod · 0.80
getSpropTokenMethod · 0.80
getToHitMethod · 0.80
getEqBonusMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected