net.minecraft.network.packet.c2s.common

public class CommonPongC2SPacket

implements Packet<ServerCommonPacketListener>

net.minecraft.network.protocol.common.ServerboundPongPacket
net.minecraft.class_6374
net.minecraft.network.packet.c2s.common.CommonPongC2SPacket

Field summary

Modifier and TypeField
public static final PacketCodec<PacketByteBuf, CommonPongC2SPacket>
STREAM_CODEC
field_48648
CODEC
private final int
id
field_33752
parameter

Constructor summary

ModifierConstructor
public (int parameter)
private (PacketByteBuf buf)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_56477(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<CommonPongC2SPacket>
type()
method_65080()
getPacketType()
public void
handle(ServerCommonPacketListener listener)
method_36959(class_8706 arg0)
apply(ServerCommonPacketListener arg0)
public int
getId()
method_36960()
getParameter()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)