Class KeybindContent
Namespace: Void.Minecraft.Components.Text.Properties.Content
Assembly: Void.Minecraft.dll
public record KeybindContent : IContent, IEquatable<KeybindContent>Inheritance
Implements
IContent, IEquatable<KeybindContent>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
KeybindContent(string)
public KeybindContent(string Value)Parameters
Value string
Properties
Type
public string Type { get; }Property Value
Value
public string Value { get; init; }