MCPcopy Index your code
hub / github.com/Garten/sourcecraft / init

Method init

src/periphery/Periphery.java:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 public static Places PLACES = new Places();
22
23 public static void init() {
24 CONFIG = new Config();
25 PLACES = new Places();
26 obtainConfig();
27 obtainPlaces();
28 }
29
30 public static void obtainConfig() {
31 CONFIG = ConfigIO.obtain(CONFIG, CONFIG_PATH);

Callers 1

MainMethod · 0.95

Calls 2

obtainConfigMethod · 0.95
obtainPlacesMethod · 0.95

Tested by

no test coverage detected