MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getItem

Method getItem

src/redempt/redlib/region/SelectionTool.java:84–86  ·  view source on GitHub ↗

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

Callers 1

onClickMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected