Uses of Record Class
net.minecraft.network.protocol.common.ClientboundStoreCookiePacket
Packages that use ClientboundStoreCookiePacket
- 
Uses of ClientboundStoreCookiePacket in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer with parameters of type ClientboundStoreCookiePacketModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleStoreCookie(ClientboundStoreCookiePacket p_320008_) 
- 
Uses of ClientboundStoreCookiePacket in net.minecraft.network.protocol.commonFields in net.minecraft.network.protocol.common with type parameters of type ClientboundStoreCookiePacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundStoreCookiePacket> CommonPacketTypes.CLIENTBOUND_STORE_COOKIEstatic final StreamCodec<FriendlyByteBuf, ClientboundStoreCookiePacket> ClientboundStoreCookiePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientCommonPacketListener.handleStoreCookie(ClientboundStoreCookiePacket p_320452_)