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

Method onPostLoad

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

Source from the content-addressed store, hash-verified

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);
36 public void onServerStopping(FMLServerStoppingEvent aEvent);

Callers 3

onModPostInit2Method · 0.65
onPostLoadMethod · 0.65
onModPostInitMethod · 0.65

Implementers 1

CompatBasesrc/main/java/gregapi/compat/CompatBas

Calls

no outgoing calls

Tested by

no test coverage detected