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

Method onSelect

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

Source from the content-addressed store, hash-verified

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

Callers 1

aMethod · 0.95

Calls 2

setSelectedIdMethod · 0.95
onSelectMethod · 0.65

Tested by

no test coverage detected