From 5fe0c3d3755f300a4fdcbfb470336a4cb6316c8d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 14:08:40 +0000 Subject: ProtoProxy: Added PACKET_SPAWN_NAMED_ENTITY and PACKET_PLAYER_ANIMATION parsing git-svn-id: http://mc-server.googlecode.com/svn/trunk@1552 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ProtoProxy/Connection.h') 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::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); -- cgit v1.2.3