Skip to content

Interface IMessage

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

Defines displayable command feedback text.

public interface IMessage

Properties

Value

Gets the message text.

string Value { get; }

Property Value

string