Removed redundant Block constructor overrides

This commit is contained in:
Dylan K. Taylor
2017-08-17 11:42:26 +01:00
parent 5b4035253b
commit 2cd05bf5b5
8 changed files with 0 additions and 32 deletions

View File

@ -40,10 +40,6 @@ class StoneSlab extends WoodenSlab{
protected $doubleId = self::DOUBLE_STONE_SLAB;
public function __construct($meta = 0){
$this->meta = $meta;
}
public function getHardness(){
return 2;
}