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

Method postInit

common/buildcraft/core/BCCore.java:90–93  ·  view source on GitHub ↗
(FMLPostInitializationEvent evt)

Source from the content-addressed store, hash-verified

88 }
89
90 @Mod.EventHandler
91 public static void postInit(FMLPostInitializationEvent evt) {
92 BCCoreProxy.getProxy().fmlPostInit();
93 }
94}

Callers

nothing calls this directly

Calls 2

getProxyMethod · 0.95
fmlPostInitMethod · 0.45

Tested by

no test coverage detected