pocketmine\level\sound\LaunchSound::__construct PHP Method

__construct() public method

public __construct ( Vector3 $pos, $pitch )
$pos pocketmine\math\Vector3
    public function __construct(Vector3 $pos, $pitch = 0)
    {
        parent::__construct($pos, 'random.bow', $pitch);
    }
LaunchSound