MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / lag

Method lag

src/main/java/cc/slack/utils/player/PlayerUtil.java:371–377  ·  view source on GitHub ↗
(long MS)

Source from the content-addressed store, hash-verified

369 }
370
371 public static void lag(long MS) {
372 try {
373 TimeUnit.MILLISECONDS.sleep(MS);
374 } catch (Exception ignored) {
375
376 }
377 }
378
379}

Callers 1

onEnableMethod · 0.95

Calls 1

sleepMethod · 0.80

Tested by

no test coverage detected