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


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

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

Author:
cpw