Uses of Class
net.minecraft.network.packet.s2c.query.PingResultS2CPacket
-
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).