Fix up documentation of VersionCheckHandler - it only ever accepted a String and only works on the NetworkMod annotated class
This commit is contained in:
parent
09c7df2bb3
commit
cfb78d482a
1 changed files with 2 additions and 1 deletions
|
@ -75,8 +75,9 @@ public @interface NetworkMod
|
||||||
/**
|
/**
|
||||||
* A marker for a method that will be offered the client's version string
|
* A marker for a method that will be offered the client's version string
|
||||||
* if more sophisticated version rejection handling is required:
|
* if more sophisticated version rejection handling is required:
|
||||||
* The method should accept a "String", a "NetworkManager" and return a boolean true
|
* The method should accept a "String" (the version) and return a boolean true
|
||||||
* if the version can be accepted.
|
* if the version can be accepted.
|
||||||
|
* It can only be applied to the {@link NetworkMod} annotated class.
|
||||||
* @author cpw
|
* @author cpw
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue