diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-02-11 15:01:24 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-15 16:30:27 +0100 |
commit | 87e79de4b7d435366862c3b70ccdad559bb2e286 (patch) | |
tree | 9ce20b02ebc66b6e3bf439006b4cb180fbe66e70 /src/Simulator/IncrementalRedstoneSimulator.h | |
parent | Merge pull request #664 from mc-server/generalfixes (diff) | |
download | cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.tar cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.tar.gz cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.tar.bz2 cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.tar.lz cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.tar.xz cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.tar.zst cuberite-87e79de4b7d435366862c3b70ccdad559bb2e286.zip |
Diffstat (limited to 'src/Simulator/IncrementalRedstoneSimulator.h')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator.h b/src/Simulator/IncrementalRedstoneSimulator.h index a3da13584..bcf89bb82 100644 --- a/src/Simulator/IncrementalRedstoneSimulator.h +++ b/src/Simulator/IncrementalRedstoneSimulator.h @@ -84,6 +84,8 @@ private: void HandleRedstoneBlock(int a_BlockX, int a_BlockY, int a_BlockZ); /** Handles levers */ void HandleRedstoneLever(int a_BlockX, int a_BlockY, int a_BlockZ); + /** Handles Fence Gates */ + void HandleFenceGate(int a_BlockX, int a_BlockY, int a_BlockZ); /** Handles buttons */ void HandleRedstoneButton(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType); /** Handles daylight sensors */ |