public final class BedrockDisconnectReasons
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.kyori.adventure.text.Component |
CLOSED |
static net.kyori.adventure.text.Component |
DISCONNECTED |
static net.kyori.adventure.text.Component |
REMOVED |
static net.kyori.adventure.text.Component |
TIMEOUT |
static net.kyori.adventure.text.Component |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static net.kyori.adventure.text.Component |
getReason(org.cloudburstmc.netty.channel.raknet.RakDisconnectReason reason) |
public static final net.kyori.adventure.text.Component DISCONNECTED
public static final net.kyori.adventure.text.Component CLOSED
public static final net.kyori.adventure.text.Component REMOVED
public static final net.kyori.adventure.text.Component TIMEOUT
public static final net.kyori.adventure.text.Component UNKNOWN