Uses of Record Class
net.minecraft.network.packet.s2c.query.PingResultS2CPacket
Packages that use PingResultS2CPacket
Package
Description
- 
Uses of PingResultS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type PingResultS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onPingResult(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).voidPingMeasurer.onPingResult(PingResultS2CPacket packet) 
- 
Uses of PingResultS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type PingResultS2CPacketModifier and TypeMethodDescriptionvoidClientPingResultPacketListener.onPingResult(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).
- 
Uses of PingResultS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type PingResultS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<PingResultS2CPacket> PingPackets.PONG_RESPONSE
- 
Uses of PingResultS2CPacket in net.minecraft.network.packet.s2c.queryFields in net.minecraft.network.packet.s2c.query with type parameters of type PingResultS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, PingResultS2CPacket> PingResultS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.query that return types with arguments of type PingResultS2CPacket