From 674fe1e955f729e8328772313c45fe76857ec835 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 19 Aug 2012 21:14:45 +0000 Subject: Window, Chest, Furnace and Pawn are not using cPackets at all git-svn-id: http://mc-server.googlecode.com/svn/trunk@762 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index ff0599675..bc644227f 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -32,6 +32,7 @@ class cPlayer; class cRedstone; class cInventory; class cWindow; +class cPawn; @@ -103,6 +104,9 @@ public: void SendGameMode(char a_GameMode); void SendDestroyEntity(const cEntity & a_Entity); void SendPlayerMoveLook(void); + void SendEntityStatus(const cEntity & a_Entity, char a_Status); + void SendMetadata(const cPawn & a_Entity); + void SendInventoryProgress(char a_WindowID, short a_Progressbar, short a_Value); const AString & GetUsername(void) const; //tolua_export -- cgit v1.2.3