MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / start

Method start

src/main/java/ui/VirtualCanvas.java:441–446  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

439
440
441 public static void start(int key) {
442 stop();
443 timer = new Timer();
444 KeyRepeatTimer repeater = new KeyRepeatTimer(key);
445 timer.schedule(repeater, 400, 100);
446 }
447 public static void stop() {
448 Timer t = timer;
449 if (null != t) {

Callers 1

checkKeyMethod · 0.95

Calls 2

stopMethod · 0.95
scheduleMethod · 0.45

Tested by

no test coverage detected