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