summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-21 16:11:57 +0100
committerMattes D <github@xoft.cz>2015-03-21 16:11:57 +0100
commitc3c29577a52a2e820cd389b88d52119e8136a7d8 (patch)
treef003f4317ac5eab11942a48c619ba1679986d70b /src/ClientHandle.h
parentCreeper: Fixed skeleton check. (diff)
downloadcuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.tar
cuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.tar.gz
cuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.tar.bz2
cuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.tar.lz
cuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.tar.xz
cuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.tar.zst
cuberite-c3c29577a52a2e820cd389b88d52119e8136a7d8.zip
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r--src/ClientHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index d1c3411c5..9e5287985 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -144,7 +144,7 @@ public: // tolua_export
// (Please keep these alpha-sorted)
void SendAttachEntity (const cEntity & a_Entity, const cEntity * a_Vehicle);
void SendBlockAction (int a_BlockX, int a_BlockY, int a_BlockZ, char a_Byte1, char a_Byte2, BLOCKTYPE a_BlockType);
- void SendBlockBreakAnim (int a_EntityID, int a_BlockX, int a_BlockY, int a_BlockZ, char a_Stage);
+ void SendBlockBreakAnim (UInt32 a_EntityID, int a_BlockX, int a_BlockY, int a_BlockZ, char a_Stage);
void SendBlockChange (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta); // tolua_export
void SendBlockChanges (int a_ChunkX, int a_ChunkZ, const sSetBlockVector & a_Changes);
void SendChat (const AString & a_Message, eMessageType a_ChatPrefix, const AString & a_AdditionalData = "");