Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The file containing Chat Message logic. More...
Macros | |
#define | LOAD_BOOL(x) |
#define | LOAD_STRING(x) |
#define | WRITE_BOOL(x) |
#define | WRITE_STRING(x) |
#define | COMPARE(x) lhs.x == rhs.x && |
Functions | |
bool | operator== (const ChatMessage &lhs, const ChatMessage &rhs) |
Variables | |
const std::unordered_map< std::string, ChatMessage::ClickEvent::ActionType > | ACTION_TABLE |
Table for converting enum values to string. | |
The file containing Chat Message logic.
#define LOAD_BOOL | ( | x | ) |
#define LOAD_STRING | ( | x | ) |
#define WRITE_STRING | ( | x | ) |
bool operator== | ( | const ChatMessage & | lhs, |
const ChatMessage & | rhs ) |
lhs | the left-handside variable |
rhs | the righ-handside variable |
const std::unordered_map<std::string, ChatMessage::ClickEvent::ActionType> ACTION_TABLE |
Table for converting enum values to string.