public class ClientReceiveNumericEvent extends ClientReceiveServerMessageEventBase
NumericFilter| Constructor and Description |
|---|
ClientReceiveNumericEvent(@NonNull Client client,
@NonNull ServerMessage serverMessage,
@NonNull Actor server,
String command,
int numeric,
@NonNull List<String> parameters)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNumeric()
Gets the numeric code sent.
|
getCommand, getMessageTags, getParameters, getRawMessage, getServerMessage, toStringergetActorgetSourcegetClient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActorgetSource, getTag, getTag, getTagsgetClientpublic ClientReceiveNumericEvent(@NonNull Client client, @NonNull ServerMessage serverMessage, @NonNull Actor server, String command, int numeric, @NonNull List<String> parameters)
client - clientserverMessage - server messageserver - servercommand - commandnumeric - numericparameters - parametersCopyright © 2013–2019 Kitteh. All rights reserved.