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

Method removeContainedEquipment

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

remove contained Equipment @param i the index of the item to remove

(final int i)

Source from the content-addressed store, hash-verified

4401 * @param i the index of the item to remove
4402 */
4403 private void removeContainedEquipment(final int i)
4404 {
4405 d_containedEquipment.remove(i);
4406 }
4407
4408 /**
4409 * Remove an equipment modifier and specified associated information eg.

Callers 1

removeChildMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected