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

Method cmdCancel

src/main/java/ui/VirtualList.java:1304–1307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1302 public abstract String touchRightCommand();
1303
1304 public void cmdCancel() {
1305 if (canBack)
1306 destroyView();
1307 }
1308
1309 public void showInfo() {
1310 VirtualElement item = (VirtualElement) getFocusedObject();

Callers 5

doKeyActionMethod · 0.95
menuActionMethod · 0.45
menuActionMethod · 0.45
touchRightPressedMethod · 0.45
touchRightPressedMethod · 0.45

Calls 1

destroyViewMethod · 0.95

Tested by

no test coverage detected