Returns the object corresponding to the stack.
()
| 135 | * Returns the object corresponding to the stack. |
| 136 | */ |
| 137 | public Item getItem() |
| 138 | { |
| 139 | return this.item; |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Called when the player uses this ItemStack on a Block (right-click). Places blocks, etc. (Legacy name: |
no outgoing calls
no test coverage detected