Gets the shield attribute of the Equipment object @return The shield value
()
| 369 | * @return The shield value |
| 370 | */ |
| 371 | public boolean isShield() |
| 372 | { |
| 373 | return isType("SHIELD"); |
| 374 | } |
| 375 | |
| 376 | /** |
| 377 | * Gets the suit attribute of the Equipment object |
no test coverage detected