Uses of Class
net.minecraft.network.protocol.common.ClientboundPingPacket
Packages that use ClientboundPingPacket
-
Uses of ClientboundPingPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPingPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handlePing
(ClientboundPingPacket p_295594_) -
Uses of ClientboundPingPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundPingPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundPingPacket> CommonPacketTypes.CLIENTBOUND_PING
static final StreamCodec
<FriendlyByteBuf, ClientboundPingPacket> ClientboundPingPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundPingPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundPingPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.handlePing
(ClientboundPingPacket p_296451_)