Uses of Class
com.velocitypowered.api.proxy.server.ServerPing.SamplePlayer
Packages that use ServerPing.SamplePlayer
Package
Description
Provides utilities to handle server information.
-
Uses of ServerPing.SamplePlayer in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return types with arguments of type ServerPing.SamplePlayerModifier and TypeMethodDescriptionServerPing.Players.getSample()
ServerPing.Builder.getSamplePlayers()
Methods in com.velocitypowered.api.proxy.server with parameters of type ServerPing.SamplePlayerModifier and TypeMethodDescriptionServerPing.Builder.samplePlayers
(ServerPing.SamplePlayer... players) Uses the modifiedplayers
array in the response.Constructor parameters in com.velocitypowered.api.proxy.server with type arguments of type ServerPing.SamplePlayerModifierConstructorDescriptionPlayers
(int online, int max, List<ServerPing.SamplePlayer> sample) Creates a new instance.