Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBaseWeight
Method · 0.95
getWeightAsDouble
Method · 0.95
evaluate
Method · 0.80
Calls
2
isVirtual
Method · 0.95
getSafe
Method · 0.80
Tested by
no test coverage detected