diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-13 00:49:10 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-13 00:49:10 +0100 |
commit | 6b6905fe1cbe3b07ff29e1df9259c0b7c3619421 (patch) | |
tree | 6f4e983e8a0a9b9d16317ca509b9cb20d2f4dcb4 /src/World.h | |
parent | Unknown packet type extended to 32 bits. (diff) | |
download | cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.tar cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.tar.gz cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.tar.bz2 cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.tar.lz cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.tar.xz cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.tar.zst cuberite-6b6905fe1cbe3b07ff29e1df9259c0b7c3619421.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h index b6ab321fb..fc821a68a 100644 --- a/src/World.h +++ b/src/World.h @@ -392,6 +392,7 @@ public: inline cFluidSimulator * GetWaterSimulator(void) { return m_WaterSimulator; } inline cFluidSimulator * GetLavaSimulator (void) { return m_LavaSimulator; } + inline cRedstoneSimulator * GetRedstoneSimulator(void) { return m_RedstoneSimulator; } /// Calls the callback for each block entity in the specified chunk; returns true if all block entities processed, false if the callback aborted by returning true bool ForEachBlockEntityInChunk(int a_ChunkX, int a_ChunkZ, cBlockEntityCallback & a_Callback); // Exported in ManualBindings.cpp |