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

Method isHeavy

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

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

()

Source from the content-addressed store, hash-verified

279 * @return The heavy value
280 */
281 public boolean isHeavy()
282 {
283 return isType("HEAVY");
284 }
285
286 /**
287 * Gets the medium attribute of the Equipment object

Callers 3

moveStringMethod · 0.95
writeArmorPropertyMethod · 0.80
movementOfTypeMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected