summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-02-06 22:32:54 +0100
committerTiger Wang <ziwei.tiger@outlook.com>2021-02-07 23:36:15 +0100
commit7ad054b08715c5ee57b6362718c18c3758796d28 (patch)
tree13452aa95ea91d856c02bdc286507d88eaa92b0d /src/BlockInfo.h
parentExplodinator: fix divide by zero (diff)
downloadcuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar
cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.gz
cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.bz2
cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.lz
cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.xz
cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.zst
cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.zip
Diffstat (limited to 'src/BlockInfo.h')
-rw-r--r--src/BlockInfo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/BlockInfo.h b/src/BlockInfo.h
index d40ea21ac..fe5421690 100644
--- a/src/BlockInfo.h
+++ b/src/BlockInfo.h
@@ -12,14 +12,6 @@ class cBlockInfo
{
public:
- // tolua_end
-
- /** Returns how much of an explosion Destruction Lazor's (tm) intensity the given block attenuates.
- See Physics\Explodinator.cpp for details of explosion block destruction. */
- static float GetExplosionAbsorption(BLOCKTYPE Block);
-
- // tolua_begin
-
/** How much light do the blocks emit on their own? */
static NIBBLETYPE GetLightValue(BLOCKTYPE Block);