Returns the maximum damage an item can take.
()
| 194 | * Returns the maximum damage an item can take. |
| 195 | */ |
| 196 | public int getMaxDamage() |
| 197 | { |
| 198 | return this.maxDamage; |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * set max damage of an Item |
no outgoing calls
no test coverage detected