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

Method getContainedEquipment

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

Get a piece of contained equipment @param i the index of the contained equipment @return containedEquipment object

(final int i)

Source from the content-addressed store, hash-verified

5324 * @return containedEquipment object
5325 */
5326 public Equipment getContainedEquipment(final int i)
5327 {
5328 return d_containedEquipment.get(i);
5329 }
5330
5331 /**
5332 * count

Callers 8

getChildMethod · 0.95
getContainedWeightMethod · 0.95
getContentsTokenMethod · 0.80
getSpropTokenMethod · 0.80
getToHitMethod · 0.80
getEqBonusMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected