pocketmine\item\Cake::__construct PHP Метод

__construct() публичный Метод

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