summaryrefslogtreecommitdiffstats
path: root/source/ChunkMap.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-18 15:52:38 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-18 15:52:38 +0200
commit8a3174164b0ee3e902031d631c690ed555b74f05 (patch)
tree5d0a89011ed381f7223b93912504eeaaf5e16c4f /source/ChunkMap.h
parentEnhancements to Tabcompletion and Compile Fix (diff)
downloadcuberite-8a3174164b0ee3e902031d631c690ed555b74f05.tar
cuberite-8a3174164b0ee3e902031d631c690ed555b74f05.tar.gz
cuberite-8a3174164b0ee3e902031d631c690ed555b74f05.tar.bz2
cuberite-8a3174164b0ee3e902031d631c690ed555b74f05.tar.lz
cuberite-8a3174164b0ee3e902031d631c690ed555b74f05.tar.xz
cuberite-8a3174164b0ee3e902031d631c690ed555b74f05.tar.zst
cuberite-8a3174164b0ee3e902031d631c690ed555b74f05.zip
Diffstat (limited to '')
-rw-r--r--source/ChunkMap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ChunkMap.h b/source/ChunkMap.h
index 208d2824e..07ad4feaa 100644
--- a/source/ChunkMap.h
+++ b/source/ChunkMap.h
@@ -135,6 +135,7 @@ public:
NIBBLETYPE GetBlockBlockLight(int a_BlockX, int a_BlockY, int a_BlockZ);
void SetBlockMeta (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockMeta);
void SetBlock (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, BLOCKTYPE a_BlockMeta);
+ void SetServerBlock (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, BLOCKTYPE a_BlockMeta);
bool GetBlockTypeMeta (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_BlockMeta);
bool GetBlockInfo (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_Meta, NIBBLETYPE & a_SkyLight, NIBBLETYPE & a_BlockLight);