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

Method getParent

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

Gets the parent of the Equipment object @return The parent

()

Source from the content-addressed store, hash-verified

1516 * @return The parent
1517 */
1518 public Equipment getParent()
1519 {
1520 return d_parent;
1521 }
1522
1523 /**
1524 * Gets the parentName of the Equipment object

Callers 8

removeEquipmentMethod · 0.95
getParentNameMethod · 0.95
getUberParentMethod · 0.95
insertChildMethod · 0.95
itemDepthMethod · 0.95
numberCarriedMethod · 0.95
removeChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected