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

Method onLoad

src/main/java/gregapi/compat/ICompat.java:32–32  ·  view source on GitHub ↗
(FMLInitializationEvent aEvent)

Source from the content-addressed store, hash-verified

30
31 public void onPreLoad (FMLPreInitializationEvent aEvent);
32 public void onLoad (FMLInitializationEvent aEvent);
33 public void onPostLoad (FMLPostInitializationEvent aEvent);
34 public void onServerStarting(FMLServerStartingEvent aEvent);
35 public void onServerStarted (FMLServerStartedEvent aEvent);

Callers 2

onModInit2Method · 0.65
onModInitMethod · 0.65

Implementers 1

CompatBasesrc/main/java/gregapi/compat/CompatBas

Calls

no outgoing calls

Tested by

no test coverage detected