diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-05 19:33:43 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-05 19:33:43 +0100 |
commit | 594ddd86a04d895fdecb1cd4767031abc5c8dcca (patch) | |
tree | 1743944ab90ca42c2d3935d1ef431a7df718be6f /src/Blocks/BlockHandler.h | |
parent | Set tnt step sound to step.grass (diff) | |
download | cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.tar cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.tar.gz cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.tar.bz2 cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.tar.lz cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.tar.xz cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.tar.zst cuberite-594ddd86a04d895fdecb1cd4767031abc5c8dcca.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h index fbb36d96a..50c2e2ad5 100644 --- a/src/Blocks/BlockHandler.h +++ b/src/Blocks/BlockHandler.h @@ -83,7 +83,7 @@ public: /// Checks if the block can stay at the specified relative coords in the chunk virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk); - + /** Checks if the block can be placed at this point. Default: CanBeAt(...) NOTE: This call doesn't actually place the block |