Uses of Class
net.md_5.bungee.api.ServerConnectRequest
- 
Packages that use ServerConnectRequest Package Description net.md_5.bungee.api net.md_5.bungee.api.connection net.md_5.bungee.api.event 
- 
- 
Uses of ServerConnectRequest in net.md_5.bungee.apiMethods in net.md_5.bungee.api that return ServerConnectRequest Modifier and Type Method Description ServerConnectRequestServerConnectRequest.Builder. build()
- 
Uses of ServerConnectRequest in net.md_5.bungee.api.connectionMethods in net.md_5.bungee.api.connection with parameters of type ServerConnectRequest Modifier and Type Method Description voidProxiedPlayer. connect(ServerConnectRequest request)Connects / transfers this user to the specified connection, gracefully closing the current one.
- 
Uses of ServerConnectRequest in net.md_5.bungee.api.eventMethods in net.md_5.bungee.api.event that return ServerConnectRequest Modifier and Type Method Description ServerConnectRequestServerConnectEvent. getRequest()Request used to connect to given server.Constructors in net.md_5.bungee.api.event with parameters of type ServerConnectRequest Constructor Description ServerConnectEvent(ProxiedPlayer player, ServerInfo target, ServerConnectEvent.Reason reason, ServerConnectRequest request)
 
-