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_RESPONSEstatic final StreamCodec<FriendlyByteBuf, ServerboundCookieResponsePacket> ServerboundCookieResponsePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidServerCookiePacketListener.handleCookieResponse(ServerboundCookieResponsePacket p_319863_) -
Uses of ServerboundCookieResponsePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundCookieResponsePacketModifier and TypeMethodDescriptionvoidServerCommonPacketListenerImpl.handleCookieResponse(ServerboundCookieResponsePacket p_320918_) voidServerLoginPacketListenerImpl.handleCookieResponse(ServerboundCookieResponsePacket p_320866_)