MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / menuAction

Method menuAction

src/main/java/Client/ActiveContacts.java:144–150  ·  view source on GitHub ↗
(MenuCommand c, VirtualList v)

Source from the content-addressed store, hash-verified

142 addMenuCommand(cmdSelect);
143 }
144 public void menuAction(MenuCommand c, VirtualList v) {
145 if (c == cmdSelect) {
146 eventOk();
147 } else {
148 super.menuAction(c, v);
149 }
150 }
151
152 public void doKeyAction(int key) {
153 switch (key) {

Callers

nothing calls this directly

Calls 2

eventOkMethod · 0.95
menuActionMethod · 0.65

Tested by

no test coverage detected