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
Classes in com.velocitypowered.api.proxy.server that implement interfaces with type arguments of type PingOptionsFields in com.velocitypowered.api.proxy.server declared as PingOptionsModifier and TypeFieldDescriptionstatic final PingOptionsPingOptions.DEFAULTDefault PingOptions.Methods in com.velocitypowered.api.proxy.server that return PingOptionsModifier and TypeMethodDescription@NotNull PingOptionsPingOptions.Builder.build()Create a newPingOptionswith 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.