MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / stop

Method stop

src/main/java/ui/VirtualCanvas.java:447–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445 timer.schedule(repeater, 400, 100);
446 }
447 public static void stop() {
448 Timer t = timer;
449 if (null != t) {
450 t.cancel();
451 t = null;
452 }
453 }
454
455 private KeyRepeatTimer(int keyCode) {
456 key = keyCode;

Callers 6

showMethod · 0.95
keyReleasedMethod · 0.95
checkKeyMethod · 0.95
doKeyActionMethod · 0.95
startMethod · 0.95
runMethod · 0.95

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected