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

Method getCurrentHeight

src/main/java/field/graphics/Window.java:362–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360 isThreaded = true;
361
362
363 new Thread() {
364 @Override
365 public void run() {
366 onlyThread = Thread.currentThread();
367
368 while (true) try {
369 if (graphicsContext.lock.tryLock(1, TimeUnit.DAYS)) {

Callers 6

installMethod · 0.95
installMethod · 0.95
installMethod · 0.95
installMethod · 0.95
getScreenshotterMethod · 0.95
loadedMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected