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

Method addContainedEquipment

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

Add a piece of Equipment @param e the Equipment to add

(final Equipment e)

Source from the content-addressed store, hash-verified

4126 * @param e the Equipment to add
4127 */
4128 private void addContainedEquipment(final Equipment e)
4129 {
4130 d_containedEquipment.add(e);
4131 }
4132
4133 /**
4134 * Test whether the container would be within its weight limits if we

Callers 1

insertChildMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected