MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / onPostLoad

Method onPostLoad

src/main/java/gregapi/GT_API.java:273–273  ·  view source on GitHub ↗
(FMLPostInitializationEvent aEvent)

Source from the content-addressed store, hash-verified

271 @Override public Abstract_Proxy getProxy() {return api_proxy;}
272
273 @Mod.EventHandler public void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);}
274 @Mod.EventHandler public void onServerStarting (FMLServerStartingEvent aEvent) {onModServerStarting(aEvent);}
275 @Mod.EventHandler public void onServerStarted (FMLServerStartedEvent aEvent) {onModServerStarted(aEvent);}
276 @Mod.EventHandler public void onServerStopping (FMLServerStoppingEvent aEvent) {onModServerStopping(aEvent);}

Callers

nothing calls this directly

Calls 1

onModPostInitMethod · 0.80

Tested by

no test coverage detected