public class ClientKeepAlivePacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientKeepAlivePacket(long id) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPingId() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic long getPingId()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.