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