Package net.md_5.bungee.api
Class AbstractReconnectHandler
- java.lang.Object
- 
- net.md_5.bungee.api.AbstractReconnectHandler
 
- 
- All Implemented Interfaces:
- ReconnectHandler
 
 public abstract class AbstractReconnectHandler extends Object implements ReconnectHandler 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractReconnectHandler()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ServerInfogetForcedHost(PendingConnection con)ServerInfogetServer(ProxiedPlayer player)Gets the initial server name for a connecting player.protected abstract ServerInfogetStoredServer(ProxiedPlayer player)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.md_5.bungee.api.ReconnectHandlerclose, save, setServer
 
- 
 
- 
- 
- 
Method Detail- 
getServerpublic ServerInfo getServer(ProxiedPlayer player) Description copied from interface:ReconnectHandlerGets the initial server name for a connecting player.- Specified by:
- getServerin interface- ReconnectHandler
- Parameters:
- player- the connecting player
- Returns:
- the server to connect to
 
 - 
getForcedHostpublic static ServerInfo getForcedHost(PendingConnection con) 
 - 
getStoredServerprotected abstract ServerInfo getStoredServer(ProxiedPlayer player) 
 
- 
 
-