From 049557e60cfe231e13e2d7ae26010407af71f35e Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 14 Sep 2012 17:13:56 +0000 Subject: ProtoProxy: added more packets, mostly windowing-related git-svn-id: http://mc-server.googlecode.com/svn/trunk@859 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index c6417ae41..c3ed5472e 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -99,7 +99,9 @@ protected: // Packet handling, client-side: bool HandleClientAnimation(void); bool HandleClientBlockPlace(void); + bool HandleClientChatMessage(void); bool HandleClientClientStatuses(void); + bool HandleClientCreativeInventoryAction(void); bool HandleClientEncryptionKeyResponse(void); bool HandleClientHandshake(void); bool HandleClientKeepAlive(void); @@ -111,6 +113,9 @@ protected: bool HandleClientPlayerPositionLook(void); bool HandleClientSlotSelect(void); bool HandleClientUpdateSign(void); + bool HandleClientUseEntity(void); + bool HandleClientWindowClick(void); + bool HandleClientWindowClose(void); // Packet handling, server-side: bool HandleServerBlockChange(void); @@ -127,9 +132,11 @@ protected: bool HandleServerPlayerAbilities(void); bool HandleServerPlayerListItem(void); bool HandleServerPlayerPositionLook(void); + bool HandleServerSetSlot(void); bool HandleServerTimeUpdate(void); bool HandleServerUpdateHealth(void); bool HandleServerUpdateSign(void); + bool HandleServerWindowClose(void); bool HandleServerWindowContents(void); /// Parses the slot data in a_Buffer into item description; returns true if successful, false if not enough data -- cgit v1.2.3