Uses of Class
net.md_5.bungee.api.ServerConnectRequest.Result
- 
Packages that use ServerConnectRequest.Result Package Description net.md_5.bungee.api 
- 
- 
Uses of ServerConnectRequest.Result in net.md_5.bungee.apiMethods in net.md_5.bungee.api that return ServerConnectRequest.Result Modifier and Type Method Description static ServerConnectRequest.ResultServerConnectRequest.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerConnectRequest.Result[]ServerConnectRequest.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.api that return types with arguments of type ServerConnectRequest.Result Modifier and Type Method Description Callback<ServerConnectRequest.Result>ServerConnectRequest. getCallback()Callback to execute post request.Method parameters in net.md_5.bungee.api with type arguments of type ServerConnectRequest.Result Modifier and Type Method Description ServerConnectRequest.BuilderServerConnectRequest.Builder. callback(Callback<ServerConnectRequest.Result> callback)Callback to execute post request.
 
-