Uses of Record Class
net.minecraft.network.protocol.cookie.ServerboundCookieResponsePacket
Packages that use ServerboundCookieResponsePacket
-
Uses of ServerboundCookieResponsePacket in net.minecraft.network.protocol.cookie
Fields in net.minecraft.network.protocol.cookie with type parameters of type ServerboundCookieResponsePacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundCookieResponsePacket> CookiePacketTypes.SERVERBOUND_COOKIE_RESPONSE
static final StreamCodec
<FriendlyByteBuf, ServerboundCookieResponsePacket> ServerboundCookieResponsePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.cookie that return types with arguments of type ServerboundCookieResponsePacketMethods in net.minecraft.network.protocol.cookie with parameters of type ServerboundCookieResponsePacketModifier and TypeMethodDescriptionvoid
ServerCookiePacketListener.handleCookieResponse
(ServerboundCookieResponsePacket p_319863_) -
Uses of ServerboundCookieResponsePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundCookieResponsePacketModifier and TypeMethodDescriptionvoid
ServerCommonPacketListenerImpl.handleCookieResponse
(ServerboundCookieResponsePacket p_320918_) void
ServerLoginPacketListenerImpl.handleCookieResponse
(ServerboundCookieResponsePacket p_320866_)