Botcraft 1.21.5
Loading...
Searching...
No Matches
DataComponentTypeArmorTrim.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
7
8namespace ProtocolCraft
9{
10 namespace Components
11 {
13 {
16#if PROTOCOL_VERSION < 770 /* < 1.21.5 */
17 SERIALIZED_FIELD(ShowInTooltip, bool);
18#endif
19
21 };
22 }
23}
24#endif
#define SERIALIZED_FIELD(Name,...)
SERIALIZED_FIELD(Material, Holder< TrimMaterial >)
SERIALIZED_FIELD(Pattern, Holder< TrimPattern >)