MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / stopReconnect

Method stopReconnect

src/main/java/ui/ReconnectWindow.java:103–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 public void stopReconnect() {
104 active = false;
105 if (t != null)
106 t.cancel();
107 t = null;
108 pos = 0;
109 redraw();
110 }
111
112 public boolean isActive() {
113 return active;

Callers 3

startReconnectMethod · 0.95
reconnectMethod · 0.95
reconnectNoMethod · 0.80

Calls 2

redrawMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected