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

Method getItem

code/src/java/pcgen/core/character/EquipSet.java:231–234  ·  view source on GitHub ↗

Get item @return eq_item

()

Source from the content-addressed store, hash-verified

229 * @return eq_item
230 */
231 public Equipment getItem()
232 {
233 return eq_item;
234 }
235
236 /**
237 * Set name

Callers 13

addChildrenToPathMethod · 0.95
addEquipmentMethod · 0.95
removeEquipmentMethod · 0.95
addNoteToItemMethod · 0.95
parseEquipmentSetLineMethod · 0.95
verifyEquipSetMethod · 0.45
updateEquipSetItemMethod · 0.45
delEquipSetItemMethod · 0.45
setCalcEquipmentListMethod · 0.45
canEquipItemMethod · 0.45
chooseItemToBeMovedMethod · 0.45

Calls

no outgoing calls

Tested by 1

verifyEquipSetMethod · 0.36