Botcraft 1.21.5
Loading...
Searching...
No Matches
TrimPattern.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
6
7namespace ProtocolCraft
8{
9 namespace Components
10 {
11 class TrimPattern : public NetworkType
12 {
14#if PROTOCOL_VERSION < 770 /* < 1.21.5 */
15 SERIALIZED_FIELD(TemplateItem, VarInt);
16#endif
17 SERIALIZED_FIELD(Description, Chat);
18 SERIALIZED_FIELD(Decal, bool);
19
21 };
22 }
23}
24#endif
#define SERIALIZED_FIELD(Name,...)