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

Method postInit

common/buildcraft/lib/BCLib.java:77–83  ·  view source on GitHub ↗
(FMLPostInitializationEvent evt)

Source from the content-addressed store, hash-verified

75 }
76
77 @Mod.EventHandler
78 public static void postInit(FMLPostInitializationEvent evt) {
79 BCLibProxy.getProxy().fmlPostInit();
80 BCMessageHandler.fmlPostInit();
81 VanillaListHandlers.fmlPostInit();
82 MarkerCache.postInit();
83 }
84
85 @Mod.EventHandler
86 public static void onServerStarted(FMLServerStartedEvent evt) {

Callers

nothing calls this directly

Calls 4

fmlPostInitMethod · 0.95
getProxyMethod · 0.95
fmlPostInitMethod · 0.95
postInitMethod · 0.95

Tested by

no test coverage detected