Uses of Class
com.velocitypowered.api.proxy.server.ServerPing.Players
Packages that use ServerPing.Players
Package
Description
Provides utilities to handle server information.
-
Uses of ServerPing.Players in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return types with arguments of type ServerPing.PlayersModifier and TypeMethodDescriptionServerPing.getPlayers()Gets the player information shown to the client.Constructors in com.velocitypowered.api.proxy.server with parameters of type ServerPing.PlayersModifierConstructorDescriptionServerPing(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.