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

Method onLoad

src/main/java/gregtech/GT6_Main.java:651–651  ·  view source on GitHub ↗
(FMLInitializationEvent     aEvent)

Source from the content-addressed store, hash-verified

649
650 @Mod.EventHandler public void onPreLoad (FMLPreInitializationEvent aEvent) {onModPreInit(aEvent);}
651 @Mod.EventHandler public void onLoad (FMLInitializationEvent aEvent) {onModInit(aEvent);}
652 @Mod.EventHandler public void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);}
653 @Mod.EventHandler public void onServerStarting (FMLServerStartingEvent aEvent) {onModServerStarting(aEvent);}
654 @Mod.EventHandler public void onServerStarted (FMLServerStartedEvent aEvent) {onModServerStarted(aEvent);}

Callers

nothing calls this directly

Calls 1

onModInitMethod · 0.80

Tested by

no test coverage detected