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

Method onPreLoad

src/main/java/gregapi/GT_API_Post.java:68–68  ·  view source on GitHub ↗
(FMLPreInitializationEvent  aEvent)

Source from the content-addressed store, hash-verified

66 @Override public Abstract_Proxy getProxy() {return null;}
67
68 @Mod.EventHandler public final void onPreLoad (FMLPreInitializationEvent aEvent) {onModPreInit(aEvent);}
69 @Mod.EventHandler public final void onLoad (FMLInitializationEvent aEvent) {onModInit(aEvent);}
70 @Mod.EventHandler public final void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);}
71 @Mod.EventHandler public final void onServerStarting (FMLServerStartingEvent aEvent) {onModServerStarting(aEvent);}

Callers

nothing calls this directly

Calls 1

onModPreInitMethod · 0.80

Tested by

no test coverage detected