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

Method onPreLoad

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

Source from the content-addressed store, hash-verified

648 @Override public Abstract_Proxy getProxy() {return gt_proxy;}
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);}

Callers

nothing calls this directly

Calls 1

onModPreInitMethod · 0.80

Tested by

no test coverage detected