From 692afbca689176dc685c469cd15b9aaa9b906563 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 5 Sep 2012 19:06:40 +0000 Subject: ProtoProxy: Added about 10 new packet types parsed git-svn-id: http://mc-server.googlecode.com/svn/trunk@835 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index ee452624a..6c55cb9bb 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -102,6 +102,9 @@ protected: bool HandleClientHandshake(void); bool HandleClientLocaleAndView(void); bool HandleClientPing(void); + bool HandleClientPlayerLook(void); + bool HandleClientPlayerOnGround(void); + bool HandleClientPlayerPosition(void); bool HandleClientPlayerPositionLook(void); // Packet handling, server-side: @@ -118,6 +121,7 @@ protected: bool HandleServerPlayerListItem(void); bool HandleServerPlayerPositionLook(void); bool HandleServerTimeUpdate(void); + bool HandleServerUpdateHealth(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