Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ run
Method
run
src/main/java/ui/ReconnectWindow.java:116–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
public
void
run() {
117
reconnectString = Integer.toString(pos / 4);
118
redraw();
119
if
(++pos >= timeout) {
120
reconnect();
121
}
122
}
123
}
Callers
nothing calls this directly
Calls
3
redraw
Method · 0.95
reconnect
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected