Skip to content

Class RegistryKeyArgumentValue

Namespace: Void.Minecraft.Commands.Brigadier.ArgumentTypes.RegistryKey
Assembly: Void.Minecraft.dll

Contains a parsed registry-key string.

public record RegistryKeyArgumentValue : IArgumentValue, IEquatable<RegistryKeyArgumentValue>

Inheritance

objectRegistryKeyArgumentValue

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)

Contains a parsed registry-key string.

public RegistryKeyArgumentValue(string Value)

Parameters

Value string

The parsed value.

Properties

Value

The parsed value.

public string Value { get; init; }

Property Value

string