Botcraft
1.21.10
Loading...
Searching...
No Matches
DebugSubscriptionDataStructures.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 772
/* > 1.21.8 */
2
#pragma once
3
4
#include "
protocolCraft/Types/Debug/DebugSubscriptionData.hpp
"
5
#include "
protocolCraft/Types/Debug/Subtypes/DebugStructureInfo.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
DebugSubscriptionDataStructures
:
public
DebugSubscriptionData
10
{
11
SERIALIZED_FIELD
(
Structures
, std::vector<DebugStructureInfo>);
12
13
DECLARE_READ_WRITE_SERIALIZE
;
14
};
15
}
16
#endif
DebugStructureInfo.hpp
DebugSubscriptionData.hpp
ProtocolCraft::DebugSubscriptionDataStructures
Definition
DebugSubscriptionDataStructures.hpp:10
ProtocolCraft::DebugSubscriptionDataStructures::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DebugSubscriptionDataStructures.hpp:13
ProtocolCraft::DebugSubscriptionDataStructures::SERIALIZED_FIELD
SERIALIZED_FIELD(Structures, std::vector< DebugStructureInfo >)
ProtocolCraft::DebugSubscriptionData
Definition
DebugSubscriptionData.hpp:9
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::DebugSubscriptionDataType::Structures
@ Structures
protocolCraft
include
protocolCraft
Types
Debug
DebugSubscriptionDataStructures.hpp
Generated by
1.9.8