Botcraft 26.2
Loading...
Searching...
No Matches
ChatTypeDecoration.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 766 /* > 1.20.5 */
2#pragma once
3
6
7#include <string>
8#include <vector>
9
10namespace ProtocolCraft
11{
13 {
14 SERIALIZED_FIELD(TranslationKey, std::string);
15 SERIALIZED_FIELD(Parameters, std::vector<VarInt>);
17
19 };
20}
21#endif
SERIALIZED_FIELD(Parameters, std::vector< VarInt >)
SERIALIZED_FIELD(Style, NBT::UnnamedValue)
SERIALIZED_FIELD(TranslationKey, std::string)