Uses of Record Class
net.minecraft.network.packet.s2c.query.PingResultS2CPacket
Packages that use PingResultS2CPacket
Package
Description
-
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). -
Uses of PingResultS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type PingResultS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<PingResultS2CPacket> PingPackets.PONG_RESPONSE
-
Uses of PingResultS2CPacket in net.minecraft.network.packet.s2c.query
Fields in net.minecraft.network.packet.s2c.query with type parameters of type PingResultS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, PingResultS2CPacket> PingResultS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.query that return types with arguments of type PingResultS2CPacket