public class S2CPingResponsePacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.IPacket
| Modifier and Type | Field and Description |
|---|---|
long |
startTime |
| Constructor and Description |
|---|
S2CPingResponsePacket() |
S2CPingResponsePacket(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
void |
write(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
public S2CPingResponsePacket()
public S2CPingResponsePacket(long startTime)
public void read(net.raphimc.netminecraft.packet.PacketByteBuf buf)
read in interface net.raphimc.netminecraft.packet.IPacketpublic void write(net.raphimc.netminecraft.packet.PacketByteBuf buf)
write in interface net.raphimc.netminecraft.packet.IPacket