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

Method startReconnect

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

Source from the content-addressed store, hash-verified

86 }
87
88 public void startReconnect() throws IllegalStateException {
89 if (active) {
90 return;
91 }
92 stopReconnect();
93 active = true;
94 t = new Timer();
95 t.schedule(this, 0, 250);
96 }
97
98 public void reconnect() {
99 stopReconnect();

Callers 1

askReconnectMethod · 0.80

Calls 2

stopReconnectMethod · 0.95
scheduleMethod · 0.45

Tested by

no test coverage detected