cpw.mods.fml.common
Annotation Type Mod.IMCCallback


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Mod.IMCCallback

Mark the designated method as the receiver for FMLInterModComms messages Called between Mod.PreInit and Mod.PostInit

Author:
cpw