Class EmptyPassthroughArgumentValue
Namespace: Void.Minecraft.Commands.Brigadier.Serializers.Passthrough
Assembly: Void.Minecraft.dll
Represents an opaque argument declaration with no property bytes.
public record EmptyPassthroughArgumentValue : IPassthroughArgumentValue, IArgumentType, IAnyArgumentType, IEquatable<EmptyPassthroughArgumentValue>Inheritance
object ← EmptyPassthroughArgumentValue
Implements
IPassthroughArgumentValue, IArgumentType, IAnyArgumentType, IEquatable<EmptyPassthroughArgumentValue>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
EmptyPassthroughArgumentValue(IArgumentSerializer)
Represents an opaque argument declaration with no property bytes.
public EmptyPassthroughArgumentValue(IArgumentSerializer Serializer)Parameters
Serializer IArgumentSerializer
The serializer that created the value.
Properties
Serializer
The serializer that created the value.
public IArgumentSerializer Serializer { get; init; }