Class ScoreContent
Namespace: Void.Minecraft.Components.Text.Properties.Content
Assembly: Void.Minecraft.dll
public record ScoreContent : IContent, IEquatable<ScoreContent>Inheritance
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
Objective
public string Objective { get; init; }Property Value
Type
public string Type { get; }