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

Method doUserKeyAction

src/main/java/Client/ConfigForm.java:458–466  ·  view source on GitHub ↗
(int command_id)

Source from the content-addressed store, hash-verified

456 }
457
458 public boolean doUserKeyAction(int command_id) {
459 switch (command_id) {
460 case 1:
461 destroyView();
462 return true;
463 }
464
465 return super.doUserKeyAction(command_id);
466 }
467
468 public void destroyView() {
469 if (sd.roster.isLoggedIn()) {

Callers

nothing calls this directly

Calls 1

destroyViewMethod · 0.95

Tested by

no test coverage detected