Skip to content

Class ScoreContent

Namespace: Void.Minecraft.Components.Text.Properties.Content
Assembly: Void.Minecraft.dll

public record ScoreContent : IContent, IEquatable<ScoreContent>

Inheritance

objectScoreContent

Implements

IContent, IEquatable<ScoreContent>

Inherited Members

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

Constructors

ScoreContent(string, string)

public ScoreContent(string Name, string Objective)

Parameters

Name string

Objective string

Properties

Name

public string Name { get; init; }

Property Value

string

Objective

public string Objective { get; init; }

Property Value

string

Type

public string Type { get; }

Property Value

string