MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / onSelect

Method onSelect

Minecraft-Utils/1.13/src/GuiList.java:82–88  ·  view source on GitHub ↗
(int id, E row, boolean doubleClick)

Source from the content-addressed store, hash-verified

80 }
81
82 @Override
83 public void onSelect(int id, E row, boolean doubleClick) {
84 setSelectedId(id);
85 if (clickable != null && row != null) {
86 clickable.onSelect(id, row, doubleClick);
87 }
88 }
89
90 @Override
91 protected boolean a(int id) {

Callers 1

aMethod · 0.95

Calls 2

setSelectedIdMethod · 0.95
onSelectMethod · 0.65

Tested by

no test coverage detected