MCPcopy 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

redrawMethod · 0.95
reconnectMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected