summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-09-20 15:50:52 +0200
committerGitHub <noreply@github.com>2020-09-20 15:50:52 +0200
commit68cced73afe546328cf94ed07c57deee47bfadec (patch)
tree88be88e3fd4a208b9849e526f1877caa44058ab5 /src/BlockInfo.cpp
parentAdded armor and shulker box cleaning (#4875) (diff)
downloadcuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar
cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.gz
cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.bz2
cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.lz
cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.xz
cuberite-68cced73afe546328cf94ed07c57deee47bfadec.tar.zst
cuberite-68cced73afe546328cf94ed07c57deee47bfadec.zip
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r--src/BlockInfo.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index f7f2b392c..5078997a8 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -2,7 +2,6 @@
#include "BlockInfo.h"
#include "BlockType.h"
-#include "Blocks/BlockHandler.h"
@@ -422,15 +421,6 @@ cBlockInfo::cBlockInfo():
-cBlockHandler * cBlockInfo::GetHandler(BLOCKTYPE a_Type)
-{
- return &cBlockHandler::GetBlockHandler(a_Type);
-}
-
-
-
-
-
float cBlockInfo::GetExplosionAbsorption(const BLOCKTYPE Block)
{
switch (Block)