Class RegistryKeyArgumentValue
Namespace: Void.Minecraft.Commands.Brigadier.ArgumentTypes.RegistryKey
Assembly: Void.Minecraft.dll
public record RegistryKeyArgumentValue : IArgumentValue, IEquatable<RegistryKeyArgumentValue>Inheritance
object ← RegistryKeyArgumentValue
Implements
IArgumentValue, IEquatable<RegistryKeyArgumentValue>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
RegistryKeyArgumentValue(string)
public RegistryKeyArgumentValue(string Value)Parameters
Value string
Properties
Value
public string Value { get; init; }