Botcraft
1.21.10
Loading...
Searching...
No Matches
DebugGoal.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
6
namespace
ProtocolCraft
7
{
8
class
DebugGoal
:
public
NetworkType
9
{
10
SERIALIZED_FIELD
(Priority,
VarInt
);
11
SERIALIZED_FIELD
(IsRunning,
bool
);
12
SERIALIZED_FIELD
(name, std::string);
13
14
DECLARE_READ_WRITE_SERIALIZE
;
15
};
16
}
17
#endif
NetworkType.hpp
ProtocolCraft::DebugGoal
Definition
DebugGoal.hpp:9
ProtocolCraft::DebugGoal::SERIALIZED_FIELD
SERIALIZED_FIELD(IsRunning, bool)
ProtocolCraft::DebugGoal::SERIALIZED_FIELD
SERIALIZED_FIELD(name, std::string)
ProtocolCraft::DebugGoal::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DebugGoal.hpp:14
ProtocolCraft::DebugGoal::SERIALIZED_FIELD
SERIALIZED_FIELD(Priority, VarInt)
ProtocolCraft::NetworkType
Definition
NetworkType.hpp:11
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Types
Debug
Subtypes
DebugGoal.hpp
Generated by
1.9.8