Uses of Record Class
net.minecraft.network.protocol.ping.ClientboundPongResponsePacket
Packages that use ClientboundPongResponsePacket
-
Uses of ClientboundPongResponsePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPongResponsePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handlePongResponse
(ClientboundPongResponsePacket p_320651_) void
PingDebugMonitor.onPongReceived
(ClientboundPongResponsePacket p_320694_) -
Uses of ClientboundPongResponsePacket in net.minecraft.network.protocol.ping
Fields in net.minecraft.network.protocol.ping with type parameters of type ClientboundPongResponsePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundPongResponsePacket> PingPacketTypes.CLIENTBOUND_PONG_RESPONSE
static final StreamCodec
<FriendlyByteBuf, ClientboundPongResponsePacket> ClientboundPongResponsePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.ping that return types with arguments of type ClientboundPongResponsePacketMethods in net.minecraft.network.protocol.ping with parameters of type ClientboundPongResponsePacketModifier and TypeMethodDescriptionvoid
ClientPongPacketListener.handlePongResponse
(ClientboundPongResponsePacket p_320824_)