diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-11 16:06:31 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-11 16:06:31 +0100 |
commit | 934d3fe56549a3dce33bc565d27970dc29b88404 (patch) | |
tree | 67d872e1a096f88d1e97e733f6068eca2d2253bb /source/Chunk.h | |
parent | Settings.ini is read only once on server start (diff) | |
download | cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.gz cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.bz2 cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.lz cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.xz cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.tar.zst cuberite-934d3fe56549a3dce33bc565d27970dc29b88404.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Chunk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/Chunk.h b/source/Chunk.h index e21868123..eaa4f82b8 100644 --- a/source/Chunk.h +++ b/source/Chunk.h @@ -106,9 +106,6 @@ public: /// Copies m_BlockData into a_BlockTypes, only the block types void GetBlockTypes(BLOCKTYPE * a_BlockTypes); - /// Copies entire block data into a_BlockData, the entire 4 arrays (Type, Meta, Light, SkyLight) - void GetBlockData(BLOCKTYPE * a_BlockData); - /// Writes the specified cBlockArea at the coords specified. Note that the coords may extend beyond the chunk! void WriteBlockArea(cBlockArea & a_Area, int a_MinBlockX, int a_MinBlockY, int a_MinBlockZ, int a_DataTypes); |