meta = $meta; } public function getName() : string{ return "Netherrack"; } public function getHardness() : float{ return 0.4; } public function getToolType() : int{ return BlockToolType::TYPE_PICKAXE; } public function getToolHarvestLevel() : int{ return TieredTool::TIER_WOODEN; } public function burnsForever() : bool{ return true; } }