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