summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-25 19:52:08 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-25 19:52:08 +0200
commitbb25ba4977198728b6ee30b61fcc6f48d1d94d4d (patch)
treecd56d34bafc04ba7b2f7d2e0e5634eda540c246e /source/cClientHandle.h
parentRemoved packet includes where they're not needed (diff)
downloadcuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.tar
cuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.tar.gz
cuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.tar.bz2
cuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.tar.lz
cuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.tar.xz
cuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.tar.zst
cuberite-bb25ba4977198728b6ee30b61fcc6f48d1d94d4d.zip
Diffstat (limited to '')
-rw-r--r--source/cClientHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h
index 0dc0c2fd9..9c8586ae5 100644
--- a/source/cClientHandle.h
+++ b/source/cClientHandle.h
@@ -114,6 +114,9 @@ public:
void SendSpawnMob (const cMonster & a_Mob);
void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4);
void SendCollectPickup(const cPickup & a_Pickup, const cPlayer & a_Player);
+ void SendBlockChange(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta);
+ void SendBlockChanges(int a_ChunkX, int a_ChunkZ, const sSetBlockVector & a_Changes);
+ void SendUnloadChunk(int a_ChunkX, int a_ChunkZ);
const AString & GetUsername(void) const; //tolua_export