MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / fmlInit

Method fmlInit

common/buildcraft/lib/BCLibDatabase.java:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 public static void fmlInit() {
57 WorkerThreadUtil.executeDependantTask(LOCAL_DB::readAll);
58 }
59
60 public static void onServerStarted() {
61 LOCAL_DB.onServerStarted();

Callers 1

initMethod · 0.95

Calls 1

executeDependantTaskMethod · 0.95

Tested by

no test coverage detected