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 TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleRequestCookie(ClientboundCookieRequestPacket p_320212_) voidClientHandshakePacketListenerImpl.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_REQUESTstatic final StreamCodec<FriendlyByteBuf, ClientboundCookieRequestPacket> ClientboundCookieRequestPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientCookiePacketListener.handleRequestCookie(ClientboundCookieRequestPacket p_320450_)