Package net.minecraft.network.listener
Interface ClientPingResultPacketListener
- All Superinterfaces:
PacketListener
- All Known Subinterfaces:
ClientPlayPacketListener,ClientQueryPacketListener
- All Known Implementing Classes:
ClientPlayNetworkHandler
- Mappings:
Namespace Name named net/minecraft/network/listener/ClientPingResultPacketListenerintermediary net/minecraft/class_8763official ali
-
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, addCustomCrashReportInfo, createDisconnectionInfo, fillCrashReport, getPhase, getSide, isConnectionOpen, onDisconnected, onPacketException
-
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 named onPingResultLnet/minecraft/network/listener/ClientPingResultPacketListener;onPingResult(Lnet/minecraft/network/packet/s2c/query/PingResultS2CPacket;)Vintermediary method_12666Lnet/minecraft/class_8763;method_12666(Lnet/minecraft/class_2923;)Vofficial aLali;a(Lalj;)V
-