Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Protocol.h"
Go to the source code of this file.
Classes | |
class | cMultiVersionProtocol |
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.14.4" |
#define | MCS_LATEST_PROTOCOL_VERSION 498 |
#define | MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340, 393, 401, 477, 480, 485, 490, 498" |
#define MCS_CLIENT_VERSIONS "1.8.x-1.14.4" |
Definition at line 10 of file ProtocolRecognizer.h.
#define MCS_LATEST_PROTOCOL_VERSION 498 |
Definition at line 12 of file ProtocolRecognizer.h.
#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340, 393, 401, 477, 480, 485, 490, 498" |
Definition at line 11 of file ProtocolRecognizer.h.