block = Block::get(Item::POTATO_BLOCK); parent::__construct(self::POTATO, 0, $count, "Potato"); } public function getFoodRestore() : int{ return 1; } public function getSaturationRestore() : float{ return 0.6; } }