summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.h
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2015-06-22 20:53:13 +0200
committerworktycho <work.tycho@gmail.com>2015-06-22 20:53:13 +0200
commit532c80b6dbe5b73e475ad802e35762e70086443c (patch)
treeca4ab1f53d9db787f40c01264d8f0f1ddc49cd49 /src/Blocks/BlockHandler.h
parentMerge pull request #2274 from cuberite/ItemsRemovalFix (diff)
parentRebased version of Code (diff)
downloadcuberite-532c80b6dbe5b73e475ad802e35762e70086443c.tar
cuberite-532c80b6dbe5b73e475ad802e35762e70086443c.tar.gz
cuberite-532c80b6dbe5b73e475ad802e35762e70086443c.tar.bz2
cuberite-532c80b6dbe5b73e475ad802e35762e70086443c.tar.lz
cuberite-532c80b6dbe5b73e475ad802e35762e70086443c.tar.xz
cuberite-532c80b6dbe5b73e475ad802e35762e70086443c.tar.zst
cuberite-532c80b6dbe5b73e475ad802e35762e70086443c.zip
Diffstat (limited to 'src/Blocks/BlockHandler.h')
-rw-r--r--src/Blocks/BlockHandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h
index 4dec0dc95..a71c70e8b 100644
--- a/src/Blocks/BlockHandler.h
+++ b/src/Blocks/BlockHandler.h
@@ -83,9 +83,6 @@ 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);
-
- /** Can the dirt under this block grow to grass? */
- virtual bool CanDirtGrowGrass(NIBBLETYPE a_Meta);
/** Checks if the block can be placed at this point.
Default: CanBeAt(...)