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

Method setProgress

src/main/java/ui/SplashScreen.java:110–113  ·  view source on GitHub ↗
(int progress)

Source from the content-addressed store, hash-verified

108 }
109
110 public void setProgress(int progress) {
111 pos = progress;
112 redraw();
113 }
114
115 public void setFailed() {
116 setProgress("Failed", 100);

Callers 1

setFailedMethod · 0.95

Calls 1

redrawMethod · 0.45

Tested by

no test coverage detected