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


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

Mark the designated method as being called at the "server-starting" phase

Author:
cpw