Uses of Class
net.minecraft.network.protocol.common.ClientboundKeepAlivePacket
Packages that use ClientboundKeepAlivePacket
-
Uses of ClientboundKeepAlivePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundKeepAlivePacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleKeepAlive
(ClientboundKeepAlivePacket p_295361_) -
Uses of ClientboundKeepAlivePacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundKeepAlivePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundKeepAlivePacket> CommonPacketTypes.CLIENTBOUND_KEEP_ALIVE
static final StreamCodec
<FriendlyByteBuf, ClientboundKeepAlivePacket> ClientboundKeepAlivePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundKeepAlivePacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundKeepAlivePacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.handleKeepAlive
(ClientboundKeepAlivePacket p_295236_)