x, $this->y, $this->z, $this->x + 1, $this->y + 0.9375, $this->z + 1 ); } public function getHardness(){ return 0.6; } public function getDrops(Item $item){ return [ [Item::DIRT, 0, 1], ]; } }