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