Package net.md_5.bungee.api.event
Class ProxyPingEvent
Called when the proxy is queried for status from the server list.
-
Constructor Summary
ConstructorDescriptionProxyPingEvent
(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done) -
Method Summary
Methods inherited from class net.md_5.bungee.api.event.AsyncEvent
completeIntent, postCall, registerIntent
-
Constructor Details
-
ProxyPingEvent
public ProxyPingEvent(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)
-