Uses of Record Class
net.minecraft.network.protocol.cookie.ClientboundCookieRequestPacket
Packages that use ClientboundCookieRequestPacket
-
Uses of ClientboundCookieRequestPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCookieRequestPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleRequestCookie
(ClientboundCookieRequestPacket p_320212_) void
ClientHandshakePacketListenerImpl.handleRequestCookie
(ClientboundCookieRequestPacket p_319938_) -
Uses of ClientboundCookieRequestPacket in net.minecraft.network.protocol.cookie
Fields in net.minecraft.network.protocol.cookie with type parameters of type ClientboundCookieRequestPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundCookieRequestPacket> CookiePacketTypes.CLIENTBOUND_COOKIE_REQUEST
static final StreamCodec
<FriendlyByteBuf, ClientboundCookieRequestPacket> ClientboundCookieRequestPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.cookie that return types with arguments of type ClientboundCookieRequestPacketMethods in net.minecraft.network.protocol.cookie with parameters of type ClientboundCookieRequestPacketModifier and TypeMethodDescriptionvoid
ClientCookiePacketListener.handleRequestCookie
(ClientboundCookieRequestPacket p_320450_)