Skip to content

Class RegistryIdPassthroughArgumentValue

Namespace: Void.Minecraft.Commands.Brigadier.Serializers
Assembly: Void.Minecraft.dll

public record RegistryIdPassthroughArgumentValue : IPassthroughArgumentValue, IArgumentType, IAnyArgumentType, IEquatable<RegistryIdPassthroughArgumentValue>

Inheritance

objectRegistryIdPassthroughArgumentValue

Implements

IPassthroughArgumentValue, IArgumentType, IAnyArgumentType, IEquatable<RegistryIdPassthroughArgumentValue>

Inherited Members

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

Constructors

RegistryIdPassthroughArgumentValue(IArgumentSerializer, int)

public RegistryIdPassthroughArgumentValue(IArgumentSerializer Serializer, int Value)

Parameters

Serializer IArgumentSerializer

Value int

Properties

Serializer

public IArgumentSerializer Serializer { get; init; }

Property Value

IArgumentSerializer

Value

public int Value { get; init; }

Property Value

int