Botcraft
1.21.4
Loading...
Searching...
No Matches
DataComponentTypeArmorTrim.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 765
/* > 1.20.4 */
2
#pragma once
3
#include "
protocolCraft/Types/Components/DataComponentType.hpp
"
4
5
namespace
ProtocolCraft
6
{
7
namespace
Components
8
{
9
class
DataComponentTypeArmorTrim
:
public
DataComponentType
10
{
11
SERIALIZED_FIELD
(Material,
VarInt
);
12
SERIALIZED_FIELD
(Pattern,
VarInt
);
13
SERIALIZED_FIELD
(ShowInTooltip,
bool
);
14
15
DECLARE_READ_WRITE_SERIALIZE
;
16
};
17
}
18
}
19
#endif
DataComponentType.hpp
ProtocolCraft::Components::DataComponentTypeArmorTrim
Definition
DataComponentTypeArmorTrim.hpp:10
ProtocolCraft::Components::DataComponentTypeArmorTrim::SERIALIZED_FIELD
SERIALIZED_FIELD(Material, VarInt)
ProtocolCraft::Components::DataComponentTypeArmorTrim::SERIALIZED_FIELD
SERIALIZED_FIELD(ShowInTooltip, bool)
ProtocolCraft::Components::DataComponentTypeArmorTrim::SERIALIZED_FIELD
SERIALIZED_FIELD(Pattern, VarInt)
ProtocolCraft::Components::DataComponentTypeArmorTrim::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DataComponentTypeArmorTrim.hpp:15
ProtocolCraft::Components::DataComponentType
Definition
DataComponentType.hpp:10
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Types
Components
DataComponentTypeArmorTrim.hpp
Generated by
1.9.8