summaryrefslogtreecommitdiffstats
path: root/source/Chunk.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-18 20:00:50 +0200
committermadmaxoft <github@xoft.cz>2013-08-18 20:00:50 +0200
commit861d5c75c968ab1fa5fbb3388b02ebd2e85afc56 (patch)
tree4d5cf06aac0a07418fbb0e85f781558810690cba /source/Chunk.h
parentFixed piston code griefing damage. (diff)
downloadcuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.tar
cuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.tar.gz
cuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.tar.bz2
cuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.tar.lz
cuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.tar.xz
cuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.tar.zst
cuberite-861d5c75c968ab1fa5fbb3388b02ebd2e85afc56.zip
Diffstat (limited to '')
-rw-r--r--source/Chunk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Chunk.h b/source/Chunk.h
index 61f11d6d5..c4eeab6ae 100644
--- a/source/Chunk.h
+++ b/source/Chunk.h
@@ -148,8 +148,6 @@ public:
void GetBlockTypeMeta(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_BlockMeta);
void GetBlockInfo (int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE & a_BlockType, NIBBLETYPE & a_Meta, NIBBLETYPE & a_SkyLight, NIBBLETYPE & a_BlockLight);
- void SetServerBlock(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, BLOCKTYPE a_BlockMeta );
-
/** Returns the chunk into which the specified block belongs, by walking the neighbors.
Will return self if appropriate. Returns NULL if not reachable through neighbors.
*/