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

Method getChild

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

Gets a child of the Equipment object @param childIndex The index of the child to get @return The child value

(final int childIndex)

Source from the content-addressed store, hash-verified

5267 * @return The child value
5268 */
5269 private Object getChild(final int childIndex)
5270 {
5271 return getContainedEquipment(childIndex);
5272 }
5273
5274 /**
5275 * Gets the childCount attribute of the Equipment object

Callers 1

Calls 1

getContainedEquipmentMethod · 0.95

Tested by

no test coverage detected