| Modifier and Type | Method and Description |
|---|---|
PingReply |
ServerInfoPacket.getReply()
Returns the PingReply instance
|
PingReply |
PingEvent.getReply()
Returns the PingReply instance
|
| Modifier and Type | Method and Description |
|---|---|
ServerInfoPacket |
PingEvent.createNewPacket(PingReply reply)
Creates a new ServerInfoPacket from a PingReply instance
|
void |
ServerInfoPacket.setReply(PingReply reply)
Sets the PingReply instance
|
| Constructor and Description |
|---|
PingEvent(PingReply reply)
Created a new PingEvent instance
|
ServerInfoPacket(PingReply reply) |