Uses of Record Class
net.minecraft.network.packet.s2c.query.PingResultS2CPacket
Package
Description
-
Uses of PingResultS2CPacket in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onPingResult
(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).void
PingMeasurer.onPingResult
(PingResultS2CPacket packet) -
Uses of PingResultS2CPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ClientPingResultPacketListener.onPingResult
(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency). -
Uses of PingResultS2CPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<PingResultS2CPacket> PingPackets.PONG_RESPONSE
-
Uses of PingResultS2CPacket in net.minecraft.network.packet.s2c.query
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, PingResultS2CPacket> PingResultS2CPacket.CODEC