Gets the equipped attribute of the Equipment object @return The equipped value
()
| 5251 | * @return The equipped value |
| 5252 | */ |
| 5253 | public boolean isEquipped() |
| 5254 | { |
| 5255 | return equipped; |
| 5256 | } |
| 5257 | |
| 5258 | // --------------------------- |
| 5259 | // Container Support |
no outgoing calls
no test coverage detected