Gets the heavy attribute of the Equipment object @return The heavy value
()
| 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 |
no test coverage detected