MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / reconnect

Method reconnect

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

Source from the content-addressed store, hash-verified

96 }
97
98 public void reconnect() {
99 stopReconnect();
100 StaticData.getInstance().roster.doReconnect();
101 }
102
103 public void stopReconnect() {
104 active = false;

Callers 2

runMethod · 0.95
reconnectYesMethod · 0.80

Calls 3

stopReconnectMethod · 0.95
getInstanceMethod · 0.95
doReconnectMethod · 0.80

Tested by

no test coverage detected