Uses of Class
net.md_5.bungee.api.ServerPing
-
Uses of ServerPing in net.md_5.bungee.api.config
Modifier and TypeMethodDescriptionvoid
ServerInfo.ping
(Callback<ServerPing> callback) Asynchronously gets the current player count on this server. -
Uses of ServerPing in net.md_5.bungee.api.event
Modifier and TypeMethodDescriptionvoid
ProxyPingEvent.setResponse
(ServerPing response) The data to respond with.ModifierConstructorDescriptionProxyPingEvent
(PendingConnection connection, ServerPing response, boolean legacy, Callback<ProxyPingEvent> done) ProxyPingEvent
(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)