public interface ClientReceiveServerMessageEvent extends ActorEvent<Actor>, ServerMessageEvent
Modifier and Type | Method and Description |
---|---|
@NonNull String |
getCommand()
Gets the command sent.
|
@NonNull List<MessageTag> |
getMessageTags()
Gets the message tags.
|
@NonNull List<String> |
getParameters()
Gets the subsequent parameters after the command.
|
@NonNull String |
getRawMessage()
Gets the unprocessed message received by the server.
|
@NonNull ServerMessage |
getServerMessage()
Gets the server message received.
|
getActor
getSource, getTag, getTag, getTags
getClient
@NonNull String getCommand()
@NonNull List<MessageTag> getMessageTags()
@NonNull String getRawMessage()
@NonNull List<String> getParameters()
@NonNull ServerMessage getServerMessage()
Copyright © 2013–2021 Kitteh. All rights reserved.