MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / onLoad

Method onLoad

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

Source from the content-addressed store, hash-verified

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);}
72 @Mod.EventHandler public final void onServerStarted (FMLServerStartedEvent aEvent) {onModServerStarted(aEvent);}

Callers

nothing calls this directly

Calls 1

onModInitMethod · 0.80

Tested by

no test coverage detected