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

Method doUserKeyAction

src/main/java/Console/XMLList.java:154–165  ·  view source on GitHub ↗
(int command_id)

Source from the content-addressed store, hash-verified

152 }
153
154 public boolean doUserKeyAction(int command_id) {
155 switch (command_id) {
156 case 50:
157 clearReadedMessageList();
158 return true;
159 case 52:
160 stanzaEdit();
161 return true;
162 }
163
164 return super.doUserKeyAction(command_id);
165 }
166}
167
168//#endif

Callers

nothing calls this directly

Calls 2

stanzaEditMethod · 0.95

Tested by

no test coverage detected