| Modifier and Type | Method and Description |
|---|---|
MessageInput |
ServerMessageEvent.getMessage() |
| Constructor and Description |
|---|
ServerMessageEvent(RemoteServer remote,
RemoteClient cl,
MessageInput data)
Initialize the client event
|
| Modifier and Type | Method and Description |
|---|---|
MessageInput |
ClientMessageEvent.getMessage()
Get the message
|
| Constructor and Description |
|---|
ClientMessageEvent(RemoteClient remote,
RemoteServer sv,
MessageInput data)
Initialize the server event
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDataInput |
| Modifier and Type | Method and Description |
|---|---|
MessageInput |
MessageInput.clone(Map<DataType,Set<String>> remove)
Clone the message input without the specified keys
|
Copyright © 2022. All rights reserved.