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

Method redraw

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

Source from the content-addressed store, hash-verified

82 }
83
84 private void redraw() {
85 VirtualCanvas.getInstance().repaint();
86 }
87
88 public void startReconnect() throws IllegalStateException {
89 if (active) {

Callers 2

stopReconnectMethod · 0.95
runMethod · 0.95

Calls 2

getInstanceMethod · 0.95
repaintMethod · 0.65

Tested by

no test coverage detected