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

Method getWeightInPounds

code/src/java/pcgen/core/Equipment.java:4660–4663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4658 }
4659
4660 public BigDecimal getWeightInPounds()
4661 {
4662 return isVirtual() ? BigDecimal.ZERO : getSafe(ObjectKey.WEIGHT);
4663 }
4664
4665 public void setWeightAlreadyUsed(boolean weightAlreadyUsed)
4666 {

Callers 3

getBaseWeightMethod · 0.95
getWeightAsDoubleMethod · 0.95
evaluateMethod · 0.80

Calls 2

isVirtualMethod · 0.95
getSafeMethod · 0.80

Tested by

no test coverage detected