Package net.minecraft.network.listener
Interface ClientPingResultPacketListener
- All Superinterfaces:
PacketListener
- All Known Subinterfaces:
ClientPlayPacketListener,ClientQueryPacketListener
- All Known Implementing Classes:
ClientPlayNetworkHandler
- Mappings:
Namespace Name official ucintermediary net/minecraft/class_8763named net/minecraft/network/listener/ClientPingResultPacketListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPingResult(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, getSide, getState, isConnectionOpen, onDisconnected, shouldCrashOnException
-
Method Details
-
onPingResult
Handles a packet from the server that includes the "ping" (connection latency). This is different fromCommonPongC2SPacket, which is sent by the client to acknowledgment a ping packet from the server.- Mappings:
Namespace Name Mixin selector official aLuc;a(Lagf;)Vintermediary method_12666Lnet/minecraft/class_8763;method_12666(Lnet/minecraft/class_2923;)Vnamed onPingResultLnet/minecraft/network/listener/ClientPingResultPacketListener;onPingResult(Lnet/minecraft/network/packet/s2c/query/PingResultS2CPacket;)V
-