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

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

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