Botcraft
1.21.10
Loading...
Searching...
No Matches
DebugSubscriptionDataGoalInfo.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/DebugGoal.hpp
"
6
7
#include <vector>
8
9
namespace
ProtocolCraft
10
{
11
class
DebugSubscriptionDataGoalInfo
:
public
DebugSubscriptionData
12
{
13
SERIALIZED_FIELD
(Goals, std::vector<DebugGoal>);
14
15
DECLARE_READ_WRITE_SERIALIZE
;
16
};
17
}
18
#endif
DebugGoal.hpp
DebugSubscriptionData.hpp
ProtocolCraft::DebugSubscriptionDataGoalInfo
Definition
DebugSubscriptionDataGoalInfo.hpp:12
ProtocolCraft::DebugSubscriptionDataGoalInfo::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DebugSubscriptionDataGoalInfo.hpp:15
ProtocolCraft::DebugSubscriptionDataGoalInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(Goals, std::vector< DebugGoal >)
ProtocolCraft::DebugSubscriptionData
Definition
DebugSubscriptionData.hpp:9
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
Debug
DebugSubscriptionDataGoalInfo.hpp
Generated by
1.9.8