Implement dual protocol version support.

This commit is contained in:
md_5
2014-01-27 11:26:27 +11:00
parent 5c12f900b3
commit b2f517fa63
15 changed files with 114 additions and 44 deletions

View File

@@ -174,6 +174,7 @@ public abstract class ProxyServer
*
* @return the supported Minecraft version
*/
@Deprecated
public abstract String getGameVersion();
/**
@@ -181,6 +182,7 @@ public abstract class ProxyServer
*
* @return the Minecraft protocol version
*/
@Deprecated
public abstract int getProtocolVersion();
/**