MCPcopy Create free account
hub / github.com/badvision/jace / setPaused

Method setPaused

src/main/java/jace/core/Device.java:177–184  ·  view source on GitHub ↗
(boolean paused)

Source from the content-addressed store, hash-verified

175 }
176
177 public synchronized void setPaused(boolean paused) {
178 // if (this.paused != paused) {
179 // System.out.println(getDeviceName() + " " + (paused ? "PAUSED" : "UNPAUSED"));
180 // Thread.dumpStack();
181 // }
182 this.paused = paused;
183 updateTickHandler();
184 }
185
186 protected abstract String getDeviceName();
187

Callers 3

whilePausedMethod · 0.95
doPauseMethod · 0.45
resumeInThreadMethod · 0.45

Calls 1

updateTickHandlerMethod · 0.95

Tested by

no test coverage detected