1#if PROTOCOL_VERSION > 758
8#if PROTOCOL_VERSION < 760
13#if PROTOCOL_VERSION < 761
28 static constexpr std::string_view
packet_name =
"Player Chat";
30#if PROTOCOL_VERSION < 760
37#elif PROTOCOL_VERSION < 761
#define SERIALIZED_FIELD(Name,...)
DECLARE_READ_WRITE_SERIALIZE
static constexpr std::string_view packet_name
SERIALIZED_FIELD(ChatType, ChatTypeBoundNetwork)
SERIALIZED_FIELD(Body, SignedMessageBody)
SERIALIZED_FIELD(UnsignedContent, std::optional< Chat >)
SERIALIZED_FIELD(FilterMask, ProtocolCraft::FilterMask)
SERIALIZED_FIELD(Signature, std::optional< std::array< unsigned char, 256 > >)
SERIALIZED_FIELD(Sender, UUID)
SERIALIZED_FIELD(Index, VarInt)
std::array< unsigned char, 16 > UUID