Botcraft
26.2
Loading...
Searching...
No Matches
DataComponentTypeSulfurCubeContent.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 775
/* > 26.1.2 */
2
#pragma once
3
#include "
protocolCraft/Types/Components/DataComponentType.hpp
"
4
#include "
protocolCraft/Types/Item/ItemStackTemplate.hpp
"
5
6
namespace
ProtocolCraft
7
{
8
namespace
Components
9
{
10
class
DataComponentTypeSulfurCubeContent
:
public
DataComponentType
11
{
12
SERIALIZED_FIELD
(AbsorbedBlockItemStack,
ItemStackTemplate
);
13
14
DECLARE_READ_WRITE_SERIALIZE
;
15
};
16
}
17
}
18
#endif
DataComponentType.hpp
ItemStackTemplate.hpp
ProtocolCraft::Components::DataComponentTypeSulfurCubeContent
Definition
DataComponentTypeSulfurCubeContent.hpp:11
ProtocolCraft::Components::DataComponentTypeSulfurCubeContent::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DataComponentTypeSulfurCubeContent.hpp:14
ProtocolCraft::Components::DataComponentTypeSulfurCubeContent::SERIALIZED_FIELD
SERIALIZED_FIELD(AbsorbedBlockItemStack, ItemStackTemplate)
ProtocolCraft::Components::DataComponentType
Definition
DataComponentType.hpp:10
ProtocolCraft::ItemStackTemplate
Definition
ItemStackTemplate.hpp:10
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Components
DataComponentTypeSulfurCubeContent.hpp
Generated by
1.9.8