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

Method run

fullgame/src/test/java/jake2/fullgame/DebugCulling.java:79–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 long startTime;
78
79 void run()
80 {
81 startTime = System.currentTimeMillis();
82 while (true)
83 {
84 re.updateScreen(null);
85 re.getKeyboardHandler().Update();
86// try {
87// Thread.sleep(5);
88// }
89// catch (InterruptedException e) {
90// }
91 }
92 }
93
94 int currentState = 0;
95

Callers 1

mainMethod · 0.95

Calls 4

currentTimeMillisMethod · 0.80
updateScreenMethod · 0.65
UpdateMethod · 0.65
getKeyboardHandlerMethod · 0.65

Tested by

no test coverage detected