diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 16:08:40 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 16:08:40 +0200 |
commit | 5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d (patch) | |
tree | 979a2305379c04ff192275fc843b1bc7b7d92e25 /ProtoProxy/Connection.h | |
parent | cEntity: fixed doxy comments (diff) | |
download | cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.tar cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.tar.gz cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.tar.bz2 cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.tar.lz cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.tar.xz cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.tar.zst cuberite-5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d.zip |
Diffstat (limited to '')
-rw-r--r-- | ProtoProxy/Connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index 340c3c4b8..1d2267f9e 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -57,6 +57,7 @@ public: void Log(const char * a_Format, ...);
void DataLog(const void * a_Data, int a_Size, const char * a_Format, ...);
+ void LogFlush(void);
protected:
typedef CFB_Mode<AES>::Encryption Encryptor;
@@ -157,6 +158,7 @@ protected: bool HandleServerMultiBlockChange(void);
bool HandleServerNamedSoundEffect(void);
bool HandleServerPlayerAbilities(void);
+ bool HandleServerPlayerAnimation(void);
bool HandleServerPlayerListItem(void);
bool HandleServerPlayerPositionLook(void);
bool HandleServerSetExperience(void);
@@ -164,6 +166,7 @@ protected: bool HandleServerSlotSelect(void);
bool HandleServerSoundEffect(void);
bool HandleServerSpawnMob(void);
+ bool HandleServerSpawnNamedEntity(void);
bool HandleServerSpawnObjectVehicle(void);
bool HandleServerSpawnPainting(void);
bool HandleServerSpawnPickup(void);
|