MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / RunLoop

Method RunLoop

src/main/java/field/app/RunLoop.java:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 long intervalIn = 0;
46 Object eventLock = new Object();
47
48 protected RunLoop() {
49 mainThread = Thread.currentThread();
50 Runtime.getRuntime()
51 .addShutdownHook(shutdownThread = new Thread(() -> exit()));
52 }
53
54 public static long getTick() {

Callers

nothing calls this directly

Calls 1

exitMethod · 0.95

Tested by

no test coverage detected