diff options
author | madmaxoft <github@xoft.cz> | 2014-08-30 22:17:49 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-08-30 22:17:49 +0200 |
commit | 26b8471280b876f624abb07db6616e67c11f5faa (patch) | |
tree | e058274eb79850074b2502a0a39a72c9b37e08fc /src/SetChunkData.h | |
parent | Updated Core (diff) | |
parent | WSSAnvil: Removed leftover debugging code. (diff) | |
download | cuberite-26b8471280b876f624abb07db6616e67c11f5faa.tar cuberite-26b8471280b876f624abb07db6616e67c11f5faa.tar.gz cuberite-26b8471280b876f624abb07db6616e67c11f5faa.tar.bz2 cuberite-26b8471280b876f624abb07db6616e67c11f5faa.tar.lz cuberite-26b8471280b876f624abb07db6616e67c11f5faa.tar.xz cuberite-26b8471280b876f624abb07db6616e67c11f5faa.tar.zst cuberite-26b8471280b876f624abb07db6616e67c11f5faa.zip |
Diffstat (limited to 'src/SetChunkData.h')
-rw-r--r-- | src/SetChunkData.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SetChunkData.h b/src/SetChunkData.h index a2f776f6b..03e9ef4d9 100644 --- a/src/SetChunkData.h +++ b/src/SetChunkData.h @@ -92,6 +92,9 @@ public: /** Calculates the heightmap based on the contained blocktypes and marks it valid. */ void CalculateHeightMap(void); + /** Removes the block entities that don't have a proper blocktype at their corresponding coords. */ + void RemoveInvalidBlockEntities(void); + protected: int m_ChunkX; int m_ChunkZ; |