Skip to content

Class BoolArgumentValue

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

Contains a parsed Boolean argument.

public record BoolArgumentValue : IArgumentValue, IEquatable<BoolArgumentValue>

Inheritance

objectBoolArgumentValue

Implements

IArgumentValue, IEquatable<BoolArgumentValue>

Inherited Members

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

Constructors

BoolArgumentValue(bool)

Contains a parsed Boolean argument.

public BoolArgumentValue(bool Value)

Parameters

Value bool

The parsed value.

Properties

Value

The parsed value.

public bool Value { get; init; }

Property Value

bool