Botcraft
1.21.4
Loading...
Searching...
No Matches
DataComponentTypeBoolean.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
DataComponentTypeBoolean
:
public
DataComponentType
10
{
11
SERIALIZED_FIELD
(Value,
bool
);
12
13
DECLARE_READ_WRITE_SERIALIZE
;
14
};
15
}
16
}
17
#endif
DataComponentType.hpp
ProtocolCraft::Components::DataComponentTypeBoolean
Definition
DataComponentTypeBoolean.hpp:10
ProtocolCraft::Components::DataComponentTypeBoolean::SERIALIZED_FIELD
SERIALIZED_FIELD(Value, bool)
ProtocolCraft::Components::DataComponentTypeBoolean::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DataComponentTypeBoolean.hpp:13
ProtocolCraft::Components::DataComponentType
Definition
DataComponentType.hpp:10
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Components
DataComponentTypeBoolean.hpp
Generated by
1.9.8