Uses of Class
com.velocitypowered.api.proxy.server.PingOptions
Packages that use PingOptions
Package
Description
Provides utilities to handle server information.
-
Uses of PingOptions in com.velocitypowered.api.proxy.server
Fields in com.velocitypowered.api.proxy.server declared as PingOptionsModifier and TypeFieldDescriptionstatic final PingOptions
PingOptions.DEFAULT
Default PingOptions.Methods in com.velocitypowered.api.proxy.server that return PingOptionsModifier and TypeMethodDescription@NotNull PingOptions
PingOptions.Builder.build()
Create a newPingOptions
with the values of this Builder.Methods in com.velocitypowered.api.proxy.server with parameters of type PingOptionsModifier and TypeMethodDescriptionRegisteredServer.ping
(PingOptions pingOptions) Attempts to ping the remote server and return the server list ping result according to the options provided.