Botcraft 1.21.4
Loading...
Searching...
No Matches
ServerboundCookieResponsePacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
3
6
7#include <optional>
8
9namespace ProtocolCraft
10{
11 class ServerboundCookieResponseLoginPacket : public BaseMessage<ServerboundCookieResponseLoginPacket>
12 {
13 public:
14 static constexpr std::string_view packet_name = "Cookie Response (Login)";
15
18
20 };
21} // ProtocolCraft
22#endif
SERIALIZED_FIELD(Payload, std::optional< Internal::Vector< unsigned char, void, 0 > >)