public abstract class AbstractReconnectHandler extends Object implements ReconnectHandler
| Constructor and Description |
|---|
AbstractReconnectHandler() |
| Modifier and Type | Method and Description |
|---|---|
static ServerInfo |
getForcedHost(PendingConnection con) |
ServerInfo |
getServer(ProxiedPlayer player)
Gets the initial server name for a connecting player.
|
protected abstract ServerInfo |
getStoredServer(ProxiedPlayer player) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, save, setServerpublic ServerInfo getServer(ProxiedPlayer player)
ReconnectHandlergetServer in interface ReconnectHandlerplayer - the connecting playerpublic static ServerInfo getForcedHost(PendingConnection con)
protected abstract ServerInfo getStoredServer(ProxiedPlayer player)
Copyright © 2012–2019 SpigotMC. All rights reserved.