Botcraft 1.21.10
Loading...
Searching...
No Matches
PathDebugData.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 772 /* > 1.21.8 */
2#pragma once
3
5
7
8#include <vector>
9
10namespace ProtocolCraft
11{
13 {
14 SERIALIZED_FIELD(OpenSet, std::vector<Node>);
15 SERIALIZED_FIELD(ClosedSet, std::vector<Node>);
16 SERIALIZED_FIELD(TargetNodes, std::vector<Node>);
17
19 };
20}
21#endif
SERIALIZED_FIELD(ClosedSet, std::vector< Node >)
SERIALIZED_FIELD(TargetNodes, std::vector< Node >)
SERIALIZED_FIELD(OpenSet, std::vector< Node >)