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

Method main

fullgame/src/test/java/jake2/fullgame/DebugCulling.java:53–59  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

51 }
52
53 public static void main(String[] args)
54 {
55
56 DebugCulling test = new DebugCulling(args);
57 test.init();
58 test.run();
59 }
60
61 void init()
62 {

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected