| Package | Description |
|---|---|
| ml.karmaconfigs.remote.messaging.listener.event.server | |
| ml.karmaconfigs.remote.messaging.util |
| Modifier and Type | Method and Description |
|---|---|
DisconnectReason |
ClientDisconnectEvent.getReason()
Get the disconnect reason
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientDisconnectEvent.setDisconnectReason(DisconnectReason r)
Set the disconnect reason
|
| Constructor and Description |
|---|
ClientDisconnectEvent(RemoteClient remote,
RemoteServer sv,
DisconnectReason r,
String m)
Initialize the server event
|
| Modifier and Type | Method and Description |
|---|---|
static DisconnectReason |
DisconnectReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisconnectReason[] |
DisconnectReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.