Uses of Record Class
net.minecraft.network.protocol.common.ClientboundStoreCookiePacket
Packages that use ClientboundStoreCookiePacket
-
Uses of ClientboundStoreCookiePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundStoreCookiePacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleStoreCookie
(ClientboundStoreCookiePacket p_320008_) -
Uses of ClientboundStoreCookiePacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundStoreCookiePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundStoreCookiePacket> CommonPacketTypes.CLIENTBOUND_STORE_COOKIE
static final StreamCodec
<FriendlyByteBuf, ClientboundStoreCookiePacket> ClientboundStoreCookiePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundStoreCookiePacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundStoreCookiePacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.handleStoreCookie
(ClientboundStoreCookiePacket p_320452_)