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

Method doUserKeyAction

src/main/java/Messages/MessageUrl.java:108–116  ·  view source on GitHub ↗
(int command_id)

Source from the content-addressed store, hash-verified

106 }
107
108 public boolean doUserKeyAction(int command_id) {
109 switch (command_id) {
110 case 52:
111 EditURL();
112 return true;
113 }
114
115 return super.doUserKeyAction(command_id);
116 }
117}

Callers

nothing calls this directly

Calls 1

EditURLMethod · 0.95

Tested by

no test coverage detected