summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2015-06-22 19:29:38 +0200
committerSamuel Barney <samjbarney@gmail.com>2015-06-22 19:29:38 +0200
commite70e2b8eccb67d0fa29a2824bc135e81ace014d8 (patch)
treeca4ab1f53d9db787f40c01264d8f0f1ddc49cd49 /src/Blocks/BlockHandler.h
parentMerge pull request #2274 from cuberite/ItemsRemovalFix (diff)
downloadcuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar
cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.gz
cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.bz2
cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.lz
cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.xz
cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.zst
cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.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(...)