Gets the ranged attribute of the Equipment object @return The ranged value
()
| 359 | * @return The ranged value |
| 360 | */ |
| 361 | public boolean isRanged() |
| 362 | { |
| 363 | return isType("RANGED"); |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Gets the shield attribute of the Equipment object |
no test coverage detected