Enum ChatSendResult
Namespace: Void.Minecraft.Events.Chat
Assembly: Void.Minecraft.dll
Describes the outcome of a request to send Minecraft chat or a command.
public enum ChatSendResultExtension Methods
StructExtensions.IsDefault<ChatSendResult>(ChatSendResult)
Fields
NotPlaying = 1
The player is not in the play protocol phase required for sending chat.
NotSupported = 0
No installed protocol handler supports sending the requested content.
Success = 2
The content was sent successfully.