Uses of Class
com.velocitypowered.api.proxy.server.ServerPing.Version
Packages that use ServerPing.Version
Package
Description
Provides utilities to handle server information.
-
Uses of ServerPing.Version in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return ServerPing.VersionModifier and TypeMethodDescriptionServerPing.Builder.getVersion()Gets the version currently set in the builder.ServerPing.getVersion()Gets the version shown to the client during the ping.Methods in com.velocitypowered.api.proxy.server with parameters of type ServerPing.VersionModifier and TypeMethodDescriptionServerPing.Builder.version(ServerPing.Version version) Uses the modifiedversioninfo in the response.Constructors in com.velocitypowered.api.proxy.server with parameters of type ServerPing.VersionModifierConstructorDescriptionServerPing(ServerPing.Version version, @Nullable ServerPing.Players players, Component description, @Nullable Favicon favicon) Constructs an initial ServerPing instance.ServerPing(ServerPing.Version version, @Nullable ServerPing.Players players, Component description, @Nullable Favicon favicon, @Nullable ModInfo modinfo) Constructs a ServerPing instance.