summaryrefslogtreecommitdiffstats
path: root/source/ClientHandle.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-12-24 23:09:01 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-12-24 23:09:01 +0100
commitb4ac9d702bcf958c7a658e7204306734e68058ad (patch)
treea813d6de18d6a331112846642d0bb5b2137d6259 /source/ClientHandle.h
parentAdded Netherbrick slab (patch contributed by STR_Warrior) (diff)
downloadcuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.tar
cuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.tar.gz
cuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.tar.bz2
cuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.tar.lz
cuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.tar.xz
cuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.tar.zst
cuberite-b4ac9d702bcf958c7a658e7204306734e68058ad.zip
Diffstat (limited to 'source/ClientHandle.h')
-rw-r--r--source/ClientHandle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ClientHandle.h b/source/ClientHandle.h
index cefbbd5d8..03367ebac 100644
--- a/source/ClientHandle.h
+++ b/source/ClientHandle.h
@@ -34,6 +34,7 @@ class cWindow;
+
class cClientHandle : // tolua_export
public cSocketThreads::cCallback
{ // tolua_export
@@ -120,7 +121,7 @@ public:
void SendWindowClose (char a_WindowID);
void SendWindowOpen (char a_WindowID, char a_WindowType, const AString & a_WindowTitle, char a_NumSlots);
void SendUseBed (const cEntity & a_Entity, int a_BlockX, int a_BlockY, int a_BlockZ );
- void SendSpawnObject (const cEntity & a_Entity, char a_ObjectType, int a_ObjectData, short a_SpeedX, short a_SpeedY, short a_SpeedZ);
+ void SendSpawnObject (const cEntity & a_Entity, char a_ObjectType, int a_ObjectData, short a_SpeedX, short a_SpeedY, short a_SpeedZ, Byte a_Yaw, Byte a_Pitch);
const AString & GetUsername(void) const; //tolua_export
void SetUsername( const AString & a_Username ); //tolua_export