public final class ProxyPingEvent extends Object
| Constructor and Description |
|---|
ProxyPingEvent(InboundConnection connection,
ServerPing ping) |
| Modifier and Type | Method and Description |
|---|---|
InboundConnection |
getConnection() |
ServerPing |
getPing() |
void |
setPing(ServerPing ping) |
String |
toString() |
public ProxyPingEvent(InboundConnection connection, ServerPing ping)
public InboundConnection getConnection()
public ServerPing getPing()
public void setPing(ServerPing ping)