pocketmine\level\sound\BatSound::__construct PHP Метод

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

public __construct ( Vector3 $pos, $pitch )
$pos pocketmine\math\Vector3
    public function __construct(Vector3 $pos, $pitch = 0)
    {
        parent::__construct($pos, 'mob.bat.takeoff', $pitch);
    }
BatSound