(FMLPreInitializationEvent aEvent)
| 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); |
no outgoing calls
no test coverage detected