diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-05 22:56:54 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-05 22:56:54 +0200 |
commit | 1e37002528a534730b73b3bb75eeb7acd6a08447 (patch) | |
tree | dd8fd364b90382c51cd74362d175daab861aa1bd /ProtoProxy/Connection.h | |
parent | The motd is now loaded from a file in the root dir called motd.txt. You can easily edit the modt and add colors to it. (diff) | |
download | cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.tar cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.tar.gz cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.tar.bz2 cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.tar.lz cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.tar.xz cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.tar.zst cuberite-1e37002528a534730b73b3bb75eeb7acd6a08447.zip |
Diffstat (limited to 'ProtoProxy/Connection.h')
-rw-r--r-- | ProtoProxy/Connection.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index 1d2267f9e..013471302 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -140,10 +140,11 @@ protected: bool HandleServerEncryptionKeyRequest(void);
bool HandleServerEncryptionKeyResponse(void);
bool HandleServerEntity(void);
- bool HandleServerEntityHeadLook(void);
- bool HandleServerEntityMetadata(void);
bool HandleServerEntityEquipment(void);
+ bool HandleServerEntityHeadLook(void);
bool HandleServerEntityLook(void);
+ bool HandleServerEntityMetadata(void);
+ bool HandleServerEntityProperties(void);
bool HandleServerEntityRelativeMove(void);
bool HandleServerEntityRelativeMoveLook(void);
bool HandleServerEntityStatus(void);
|