Uses of Class
net.md_5.bungee.api.ServerPing
Packages that use ServerPing
-
Uses of ServerPing in net.md_5.bungee.api.config
Method parameters in net.md_5.bungee.api.config with type arguments of type ServerPingModifier and TypeMethodDescriptionvoidServerInfo.ping(Callback<ServerPing> callback) Asynchronously gets the current player count on this server. -
Uses of ServerPing in net.md_5.bungee.api.event
Methods in net.md_5.bungee.api.event that return ServerPingMethods in net.md_5.bungee.api.event with parameters of type ServerPingModifier and TypeMethodDescriptionvoidProxyPingEvent.setResponse(ServerPing response) The data to respond with.Constructors in net.md_5.bungee.api.event with parameters of type ServerPingModifierConstructorDescriptionProxyPingEvent(PendingConnection connection, ServerPing response, boolean legacy, Callback<ProxyPingEvent> done) ProxyPingEvent(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)