MCPcopy Create free account
hub / github.com/demoth/jake2 / run

Method run

fullgame/src/test/java/jake2/fullgame/DancingQueens.java:126–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 long startTime;
125
126 void run() {
127 startTime = System.currentTimeMillis();
128 while (true) {
129 re.updateScreen((List<String> args) -> updateScreen());
130 kbd.Update();
131 Cbuf.Execute();
132 }
133 }
134
135 // ===================================================================
136

Callers 1

mainMethod · 0.95

Calls 5

updateScreenMethod · 0.95
ExecuteMethod · 0.95
currentTimeMillisMethod · 0.80
updateScreenMethod · 0.65
UpdateMethod · 0.65

Tested by

no test coverage detected