rétrécissement du monde

This commit is contained in:
Jonathan Trottier
2023-11-08 10:32:16 -05:00
parent 79013fe5d1
commit 80a5bf90b4
4 changed files with 33 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ public:
Chunk* ChunkAt(float x, float y, float z) const;
Chunk* ChunkAt(const Vector3f& pos) const;
void RemoveChunk(int nbReduit);
BlockType BlockAt(float x, float y, float z, BlockType defaultBlockType = BTYPE_AIR) const;
BlockType BlockAt(const Vector3f& pos, BlockType defaultBlockType = BTYPE_AIR) const;