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