Gets the client's game version, which could either be calculated from the protocol number or given by the client.
if(player.type == Client.JAVA) assert(supportedMinecraftProtocols[player.protocol].canFind(player.gameVersion));
See Implementation
Gets the client's game version, which could either be calculated from the protocol number or given by the client.