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


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

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

Author:
cpw