aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterLevelChunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WaterLevelChunk.h')
-rw-r--r--Minecraft.World/WaterLevelChunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/WaterLevelChunk.h b/Minecraft.World/WaterLevelChunk.h
index 18dc8a05..d2753cfa 100644
--- a/Minecraft.World/WaterLevelChunk.h
+++ b/Minecraft.World/WaterLevelChunk.h
@@ -31,6 +31,7 @@ public:
void removeTileEntity(int x, int y, int z);
void load();
void unload(bool unloadTileEntities) ; // 4J - added parameter
+ bool containsPlayer(); // 4J added
void markUnsaved();
void getEntities(shared_ptr<Entity> except, AABB bb, vector<shared_ptr<Entity> > &es);
void getEntitiesOfClass(const type_info& ec, AABB bb, vector<shared_ptr<Entity> > &es);