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

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

public __construct ( $meta, $count = 1 )
    public function __construct($meta = 0, $count = 1)
    {
        $this->block = Block::get(self::CARROT_BLOCK);
        parent::__construct(self::CARROT, 0, $count, "Carrot");
    }