Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startReconnect
Method · 0.95
reconnect
Method · 0.95
reconnectNo
Method · 0.80
Calls
2
redraw
Method · 0.95
cancel
Method · 0.45
Tested by
no test coverage detected