Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ executeCommand
Method
executeCommand
src/main/java/Menu/Menu.java:95–98 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
93
}
94
95
private
void
executeCommand(
int
index) {
96
moveCursorTo(index == 0 ? 9 : index - 1);
97
eventOk();
98
}
99
}
Callers
1
doKeyAction
Method · 0.95
Calls
2
moveCursorTo
Method · 0.80
eventOk
Method · 0.45
Tested by
no test coverage detected