Interface IMessage
Namespace: Void.Minecraft.Commands.Brigadier
Assembly: Void.Minecraft.dll
Defines displayable command feedback text.
public interface IMessageProperties
Value
Gets the message text.
string Value { get; }Namespace: Void.Minecraft.Commands.Brigadier
Assembly: Void.Minecraft.dll
Defines displayable command feedback text.
public interface IMessageGets the message text.
string Value { get; }