Class ProxyPingEvent
- java.lang.Object
-
- com.velocitypowered.api.event.proxy.ProxyPingEvent
-
public final class ProxyPingEvent extends Object
This event is fired when a server list ping request is sent by a remote client.
-
-
Constructor Summary
Constructors Constructor Description ProxyPingEvent(InboundConnection connection, ServerPing ping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundConnection
getConnection()
ServerPing
getPing()
void
setPing(ServerPing ping)
String
toString()
-
-
-
Constructor Detail
-
ProxyPingEvent
public ProxyPingEvent(InboundConnection connection, ServerPing ping)
-
-
Method Detail
-
getConnection
public InboundConnection getConnection()
-
getPing
public ServerPing getPing()
-
setPing
public void setPing(ServerPing ping)
-
-