Method
getItem
Gets the item used by this SelectionTool @return The item
()
Source from the content-addressed store, hash-verified
| 82 | * @return The item |
| 83 | */ |
| 84 | public ItemStack getItem() { |
| 85 | return item.clone(); |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Get the locations selected by the given player |
Tested by
no test coverage detected