public abstract class C2SKeepAlivePacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.Packet
| Modifier and Type | Field and Description |
|---|---|
long |
id |
| Constructor and Description |
|---|
C2SKeepAlivePacket() |
C2SKeepAlivePacket(long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
void |
write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
public C2SKeepAlivePacket()
public C2SKeepAlivePacket(long id)
public void read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion)
read in interface net.raphimc.netminecraft.packet.Packetpublic void write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion)
write in interface net.raphimc.netminecraft.packet.Packet