block = Block::get(Item::CAKE_BLOCK); parent::__construct(self::CAKE, 0, $count, "Cake"); } public function getMaxStackSize(){ return 1; } }