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

Method getEquipSet

code/src/java/pcgen/core/PlayerCharacter.java:1023–1026  ·  view source on GitHub ↗

Get the list of equipment sets. @return List

()

Source from the content-addressed store, hash-verified

1021 * @return List
1022 */
1023 private Collection<EquipSet> getEquipSet()
1024 {
1025 return equipSetFacet.getSet(id);
1026 }
1027
1028 /**
1029 * Get the equipment set indexed by path.

Callers 4

setCalcEquipmentListMethod · 0.95
canEquipItemMethod · 0.95
getEquipSetForItemMethod · 0.95
getNewChildIdMethod · 0.95

Calls 1

getSetMethod · 0.65

Tested by

no test coverage detected