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

Method onClick

src/redempt/redlib/inventorygui/ItemButton.java:28–31  ·  view source on GitHub ↗
(InventoryClickEvent e)

Source from the content-addressed store, hash-verified

26 return new ItemButton(item) {
27
28 @Override
29 public void onClick(InventoryClickEvent e) {
30 listener.accept(e);
31 }
32
33 };
34 }

Callers 1

onClickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected