Uses of Class
net.minecraft.network.packet.s2c.query.PingResultS2CPacket
Packages that use PingResultS2CPacket
-
Uses of PingResultS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type PingResultS2CPacketModifier 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
Methods in net.minecraft.network.listener with parameters of type PingResultS2CPacketModifier and TypeMethodDescriptionvoid
ClientPingResultPacketListener.onPingResult
(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).