Gets the weapon attribute of the Equipment object @return The weapon value
()
| 486 | * @return The weapon value |
| 487 | */ |
| 488 | public boolean isWeapon() |
| 489 | { |
| 490 | return isType("WEAPON"); |
| 491 | } |
| 492 | |
| 493 | /** |
| 494 | * Gets the masterwork attribute of the Equipment object |
no test coverage detected