Table of Contents

Class MojangLauncherMinecraftProfile

Namespace: CmlLib.Core.Auth.Microsoft.MojangLauncher
Assembly: CmlLib.Core.Auth.Microsoft.MojangLauncher.dll

public record MojangLauncherMinecraftProfile : IEquatable<MojangLauncherMinecraftProfile>

Inheritance

objectMojangLauncherMinecraftProfile

Implements

IEquatable<MojangLauncherMinecraftProfile>

Inherited Members

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Constructors

MojangLauncherMinecraftProfile(string?, string?)

public MojangLauncherMinecraftProfile(string? Id, string? Name)

Parameters

Id string?

Name string?

Properties

Id

[JsonPropertyName("id")]
public string? Id { get; init; }

Property Value

string?

Name

[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string?