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

Method getContainerCapacityString

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

Gets the containerCapacityString attribute of the Equipment object @return The containerCapacityString value

()

Source from the content-addressed store, hash-verified

5529 * @return The containerCapacityString value
5530 */
5531 public String getContainerCapacityString()
5532 {
5533 if (containerCapacityString == null)
5534 {
5535 updateContainerCapacityString();
5536 }
5537 return containerCapacityString;
5538 }
5539
5540 private List<EquipmentHead> heads = new ArrayList<>();
5541

Callers 4

getEquipmentHtmlInfoMethod · 0.80
getSpropTokenMethod · 0.80
getAmmoUserMethod · 0.80

Calls 1

Tested by

no test coverage detected