Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Macros
ProtocolRecognizer.h File Reference
#include "Protocol.h"
#include "../ByteBuffer.h"
Include dependency graph for ProtocolRecognizer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cProtocolRecognizer
 Meta-protocol that recognizes multiple protocol versions, creates the specific protocol version instance and redirects everything to it. More...
 

Macros

#define MCS_CLIENT_VERSIONS   "1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13"
 
#define MCS_LATEST_PROTOCOL_VERSION   393
 
#define MCS_PROTOCOL_VERSIONS   "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340, 393"
 

Macro Definition Documentation

#define MCS_CLIENT_VERSIONS   "1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13"

Definition at line 11 of file ProtocolRecognizer.h.

#define MCS_LATEST_PROTOCOL_VERSION   393

Definition at line 13 of file ProtocolRecognizer.h.

#define MCS_PROTOCOL_VERSIONS   "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340, 393"

Definition at line 12 of file ProtocolRecognizer.h.