aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/LevelSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/LevelSource.h')
-rw-r--r--Minecraft.World/LevelSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/LevelSource.h b/Minecraft.World/LevelSource.h
index 7ff99146..fbe64a99 100644
--- a/Minecraft.World/LevelSource.h
+++ b/Minecraft.World/LevelSource.h
@@ -25,5 +25,6 @@ public:
virtual int getMaxBuildHeight() = 0;
virtual bool isAllEmpty() = 0;
virtual bool isTopSolidBlocking(int x, int y, int z) = 0;
+ virtual int getDirectSignal(int x, int y, int z, int dir) = 0;
virtual ~LevelSource() {}
}; \ No newline at end of file