Gets the light attribute of the Equipment object @return The light value
()
| 299 | * @return The light value |
| 300 | */ |
| 301 | public boolean isLight() |
| 302 | { |
| 303 | return isType("LIGHT"); |
| 304 | } |
| 305 | |
| 306 | /** |
| 307 | * Gets the magic attribute of the Equipment object |
no test coverage detected