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

Method main

fullgame/src/test/java/jake2/fullgame/TestMap.java:65–71  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

63 }
64
65 public static void main(String[] args)
66 {
67
68 TestMap test = new TestMap(args);
69 test.init();
70 test.run();
71 }
72
73 void init()
74 {

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected