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