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