meta = $meta; } public function getHardness() : float{ return 0.6; } public function getToolType() : int{ return Tool::TYPE_SHOVEL; } public function getName() : string{ return "Clay Block"; } public function getDrops(Item $item){ return [ [Item::CLAY, 0, 4], ]; } }