@Mod.EventHandler public void serverStarting(FMLServerStartingEvent e) /* */ { proxy.serverStarting(e); /* */ }
@Mod.EventHandler public void init(FMLInitializationEvent e) /* */ { proxy.init(e); /* */ }
@Mod.EventHandler public void postInit(FMLPostInitializationEvent e) /* */ { proxy.postInit(e); /* */ }
@Mod.EventHandler public void construct(FMLConstructionEvent e) /* */ { proxy.construct(e); /* */ }