summaryrefslogtreecommitdiffstats
path: root/source/Piston.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-18 23:30:34 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-18 23:30:34 +0100
commitbc1e236d547479833cc4f8d8218064cbdb9dfc0d (patch)
tree8b40bc3a6d5a7b6828d72095afc7c8dfbf5137d5 /source/Piston.h
parentMineshafts: silenced a compiler warning. (diff)
downloadcuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.tar
cuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.tar.gz
cuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.tar.bz2
cuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.tar.lz
cuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.tar.xz
cuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.tar.zst
cuberite-bc1e236d547479833cc4f8d8218064cbdb9dfc0d.zip
Diffstat (limited to '')
-rw-r--r--source/Piston.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/Piston.h b/source/Piston.h
index cc051e454..92ddf6938 100644
--- a/source/Piston.h
+++ b/source/Piston.h
@@ -63,9 +63,6 @@ public:
/// Returns true if the piston (with the specified meta) is extended
static bool IsExtended(NIBBLETYPE a_PistonMeta);
-
- /// Returns true if the extension (with the specified meta) is sticky
- static bool IsStickyExtension(NIBBLETYPE a_ExtMeta);
/// Returns true if the specified block can be pushed by a piston (and left intact)
static bool CanPush(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta);