(int meta)
| 276 | } |
| 277 | |
| 278 | public void setItemDamage(int meta) |
| 279 | { |
| 280 | this.itemDamage = meta; |
| 281 | |
| 282 | if (this.itemDamage < 0) |
| 283 | { |
| 284 | this.itemDamage = 0; |
| 285 | } |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * Returns the max damage an item in the stack can take. |
no outgoing calls
no test coverage detected