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

Method run

fullgame/src/test/java/jake2/fullgame/TestMap.java:127–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 long startTime;
126
127 void run()
128 {
129 startTime = System.currentTimeMillis();
130 while (true)
131 {
132 re.updateScreen((List<String> args) -> updateScreen());
133 re.getKeyboardHandler().Update();
134 Cbuf.Execute();
135 }
136 }
137
138 int currentState = 0;
139

Callers 1

mainMethod · 0.95

Calls 6

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

Tested by

no test coverage detected