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

Method onPreLoad

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

Source from the content-addressed store, hash-verified

29 public static final Collection<ICompat> COMPAT_CLASSES = new ArrayListNoNulls<>();
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);

Callers 2

onModPreInit2Method · 0.65
onModPreInitMethod · 0.65

Implementers 1

CompatBasesrc/main/java/gregapi/compat/CompatBas

Calls

no outgoing calls

Tested by

no test coverage detected