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

Method doRightAction

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

Source from the content-addressed store, hash-verified

1286 }
1287
1288 public void doRightAction() {
1289 ReconnectWindow rw = VirtualCanvas.getInstance().rw;
1290 if (rw != null && rw.isActive()) {
1291 VirtualCanvas.getInstance().reconnectNo();
1292 } else {
1293 touchRightPressed();
1294 }
1295 }
1296
1297 public abstract void touchLeftPressed();
1298 public abstract void touchRightPressed();

Callers 2

doKeyActionMethod · 0.95
pointerPressedMethod · 0.95

Calls 4

getInstanceMethod · 0.95
isActiveMethod · 0.95
touchRightPressedMethod · 0.95
reconnectNoMethod · 0.80

Tested by

no test coverage detected