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.VersionMethods 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) ServerPing(ServerPing.Version version, @Nullable ServerPing.Players players, Component description, @Nullable Favicon favicon, @Nullable ModInfo modinfo) Constructs a ServerPing instance.