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