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

Method rosterItemNotify

src/main/java/Client/Roster.java:243–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 private int rpercent;
242
243 public void rosterItemNotify() {
244 rscaler++;
245 if (rscaler < 4) {
246 return;
247 }
248 rscaler = 0;
249 if (rpercent < 100) {
250 rpercent++;
251 }
252 SplashScreen.getInstance().setProgress(rpercent);
253 }
254
255 // establishing connection process
256 public void run() {

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
setProgressMethod · 0.45

Tested by

no test coverage detected