MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / doUserKeyAction

Method doUserKeyAction

src/main/java/Statistic/StatsWindow.java:123–131  ·  view source on GitHub ↗
(int command_id)

Source from the content-addressed store, hash-verified

121 }
122
123 public boolean doUserKeyAction(int command_id) {
124 switch (command_id) {
125 case 4:
126 destroyView();
127 return true;
128 }
129
130 return super.doUserKeyAction(command_id);
131 }
132
133 public void eventLongOk() {
134 showMenu();

Callers

nothing calls this directly

Calls 1

destroyViewMethod · 0.45

Tested by

no test coverage detected