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

Method doUserKeyAction

src/main/java/Messages/MessageList.java:217–227  ·  view source on GitHub ↗
(int command_id)

Source from the content-addressed store, hash-verified

215 }
216
217 public boolean doUserKeyAction(int command_id) {
218 switch (command_id) {
219//#ifdef SMILES
220 case 20:
221 toogleSmiles();
222 return true;
223//#endif
224 }
225
226 return super.doUserKeyAction(command_id);
227 }
228}

Callers

nothing calls this directly

Calls 1

toogleSmilesMethod · 0.95

Tested by

no test coverage detected