summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Chunk.h b/src/Chunk.h
index 176f111ed..6d8dc91db 100644
--- a/src/Chunk.h
+++ b/src/Chunk.h
@@ -452,6 +452,8 @@ public:
return cChunkDef::RelativeToAbsolute(a_RelBlockPosition, {m_PosX, m_PosZ});
}
+ /** Returns true if slimes should spawn in the chunk. */
+ bool IsSlimeChunk() const;
private: