Botcraft
1.21.4
Loading...
Searching...
No Matches
DataComponentTypePotDecorations.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
#include <vector>
6
7
namespace
ProtocolCraft
8
{
9
namespace
Components
10
{
11
class
DataComponentTypePotDecorations
:
public
DataComponentType
12
{
13
SERIALIZED_FIELD
(Sides, std::vector<VarInt>);
14
15
DECLARE_READ_WRITE_SERIALIZE
;
16
};
17
}
18
}
19
#endif
DataComponentType.hpp
ProtocolCraft::Components::DataComponentTypePotDecorations
Definition
DataComponentTypePotDecorations.hpp:12
ProtocolCraft::Components::DataComponentTypePotDecorations::SERIALIZED_FIELD
SERIALIZED_FIELD(Sides, std::vector< VarInt >)
ProtocolCraft::Components::DataComponentTypePotDecorations::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DataComponentTypePotDecorations.hpp:15
ProtocolCraft::Components::DataComponentType
Definition
DataComponentType.hpp:10
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Components
DataComponentTypePotDecorations.hpp
Generated by
1.9.8