MCPcopy 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

doKeyActionMethod · 0.95

Calls 2

moveCursorToMethod · 0.80
eventOkMethod · 0.45

Tested by

no test coverage detected