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