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


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

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

Author:
cpw