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

Method getContainedWeight

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

Gets the contained Weight this object recursis all child objects to get their contained weight @param aPC The PC that has the Equipment @return The containedWeight value

(final PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

5347 * @return The containedWeight value
5348 */
5349 public Float getContainedWeight(final PlayerCharacter aPC)
5350 {
5351 return getContainedWeight(aPC, false);
5352 }
5353
5354 /**
5355 * Get Base contained weight

Callers 7

checkChildWeightMethod · 0.95
getContentWeightTokenMethod · 0.80
getContentWeightTokenMethod · 0.80
getContentWeightTokenMethod · 0.80
getTotalWeightMethod · 0.80

Calls 8

getChildCountMethod · 0.95
getContainedEquipmentMethod · 0.95
getWeightAsDoubleMethod · 0.95
getQtyMethod · 0.95
getSafeMethod · 0.80
floatValueMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected