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

Method getLocation

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

OwnedItem Gets the hand attribute of the Equipment object @return EquipmentLocation containing the location value

()

Source from the content-addressed store, hash-verified

1304 * @return EquipmentLocation containing the location value
1305 */
1306 public EquipmentLocation getLocation()
1307 {
1308 return location;
1309 }
1310
1311 /**
1312 * Get maximum charges

Callers 3

setCalcEquipmentListMethod · 0.95
getExpandedWeaponsMethod · 0.95
mergeEquipmentListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected