public static class DefaultServerMessage.StringCommand extends DefaultServerMessage implements ServerMessage.StringCommandServerMessage
StringCommandServerMessage.DefaultServerMessage.NumericCommand, DefaultServerMessage.StringCommandServerMessage.NumericCommandServerMessage, ServerMessage.StringCommandServerMessage| Constructor and Description |
|---|
StringCommand(@NonNull String command,
@NonNull String message,
@NonNull List<MessageTag> tags)
Constructs a string command message.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getCommand()
Gets this message's command.
|
getMessage, getTags, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessage, getTag, getTag, getTagspublic StringCommand(@NonNull String command, @NonNull String message, @NonNull List<MessageTag> tags)
command - commandmessage - full messagetags - message tagspublic @NonNull String getCommand()
ServerMessage.StringCommandServerMessagegetCommand in interface ServerMessage.StringCommandServerMessageCopyright © 2013–2021 Kitteh. All rights reserved.