Package net.md_5.bungee.api.event
Class ProxyPingEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- net.md_5.bungee.api.event.AsyncEvent<ProxyPingEvent>
-
- net.md_5.bungee.api.event.ProxyPingEvent
-
public class ProxyPingEvent extends AsyncEvent<ProxyPingEvent>
Called when the proxy is queried for status from the server list.
-
-
Constructor Summary
Constructors Constructor Description ProxyPingEvent(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)
-
-
-
Constructor Detail
-
ProxyPingEvent
public ProxyPingEvent(PendingConnection connection, ServerPing response, Callback<ProxyPingEvent> done)
-
-