Uses of Class
net.minecraft.network.packet.c2s.query.QueryPingC2SPacket
Package
Description
-
Uses of QueryPingC2SPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ServerQueryPingPacketListener.onQueryPing
(QueryPingC2SPacket packet) Handles a packet from client to query the "ping" (connection latency). -
Uses of QueryPingC2SPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<QueryPingC2SPacket> PingPackets.PING_REQUEST
-
Uses of QueryPingC2SPacket in net.minecraft.network.packet.c2s.query
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, QueryPingC2SPacket> QueryPingC2SPacket.CODEC
-
Uses of QueryPingC2SPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onQueryPing
(QueryPingC2SPacket packet) Handles a packet from client to query the "ping" (connection latency).void
ServerQueryNetworkHandler.onQueryPing
(QueryPingC2SPacket packet) Handles a packet from client to query the "ping" (connection latency).