cpw.mods.fml.common.network
Annotation Type NetworkMod.VersionCheckHandler


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface NetworkMod.VersionCheckHandler

A marker for a method that will be offered the client's version string if more sophisticated version rejection handling is required: The method should accept a "String", a "NetworkManager" and return a boolean true if the version can be accepted.

Author:
cpw