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 TypeMethodDescriptionvoidClientPacketListener.handlePongResponse(ClientboundPongResponsePacket p_320651_) voidPingDebugMonitor.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_RESPONSEstatic final StreamCodec<FriendlyByteBuf, ClientboundPongResponsePacket> ClientboundPongResponsePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientPongPacketListener.handlePongResponse(ClientboundPongResponsePacket p_320824_)