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

Method sleep

src/main/java/net/minecraft/src/Config.java:923–929  ·  view source on GitHub ↗
(long p_sleep_0_)

Source from the content-addressed store, hash-verified

921 }
922
923 public static void sleep(long p_sleep_0_) {
924 try {
925 Thread.sleep(p_sleep_0_);
926 } catch (InterruptedException interruptedexception) {
927 interruptedexception.printStackTrace();
928 }
929 }
930
931 public static boolean isTimeDayOnly() {
932 return gameSettings.ofTime == 1;

Callers 12

waitForServerThreadMethod · 0.95
onCrashReportMethod · 0.80
createDisplayMethod · 0.80
runMethod · 0.80
runMethod · 0.80
deleteWorldDirectoryMethod · 0.80
processQueueMethod · 0.80
waitForFinishMethod · 0.80
runMethod · 0.80
lagMethod · 0.80
onEnableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected