Uses of Enum
net.md_5.bungee.api.ServerConnectRequest.Result
Packages that use ServerConnectRequest.Result
-
Uses of ServerConnectRequest.Result in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return ServerConnectRequest.ResultModifier and TypeMethodDescriptionstatic ServerConnectRequest.ResultReturns 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.ResultModifier and TypeMethodDescriptionServerConnectRequest.getCallback()Callback to execute post request.Method parameters in net.md_5.bungee.api with type arguments of type ServerConnectRequest.ResultModifier and TypeMethodDescriptionServerConnectRequest.Builder.callback(Callback<ServerConnectRequest.Result> callback) Callback to execute post request.