diff options
author | Masy98 <masy@antheruscraft.de> | 2014-09-09 16:00:26 +0200 |
---|---|---|
committer | Masy98 <masy@antheruscraft.de> | 2014-09-09 16:00:26 +0200 |
commit | acae3c9c657e48d0dc8c4b2965e5b3d69c53b279 (patch) | |
tree | 09b8c7282fe44d2c44e4e65546186a2b4580d4f0 /src/Blocks/BlockHandler.h | |
parent | Webadmin: Added default ports to auto-generated ini file. (diff) | |
download | cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.gz cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.bz2 cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.lz cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.xz cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.zst cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockHandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h index de90ce55b..b3ada279c 100644 --- a/src/Blocks/BlockHandler.h +++ b/src/Blocks/BlockHandler.h @@ -84,9 +84,6 @@ public: */ virtual void DropBlock(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cBlockPluginInterface & a_BlockPluginInterface, cEntity * a_Digger, int a_BlockX, int a_BlockY, int a_BlockZ, bool a_CanDrop = true, bool a_DropVerbatim = false); - /// Returns step sound name of block - virtual const char * GetStepSound(void); - /// 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); |