Botcraft
1.21.10
Loading...
Searching...
No Matches
DebugSubscriptionDataGameEventInfo.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
6
namespace
ProtocolCraft
7
{
8
class
DebugSubscriptionDataGameEventInfo
:
public
DebugSubscriptionData
9
{
10
SERIALIZED_FIELD
(Event,
VarInt
);
11
SERIALIZED_FIELD
(Pos, std::array<double, 3>);
12
13
DECLARE_READ_WRITE_SERIALIZE
;
14
};
15
}
16
#endif
DebugSubscriptionData.hpp
ProtocolCraft::DebugSubscriptionDataGameEventInfo
Definition
DebugSubscriptionDataGameEventInfo.hpp:9
ProtocolCraft::DebugSubscriptionDataGameEventInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(Event, VarInt)
ProtocolCraft::DebugSubscriptionDataGameEventInfo::SERIALIZED_FIELD
SERIALIZED_FIELD(Pos, std::array< double, 3 >)
ProtocolCraft::DebugSubscriptionDataGameEventInfo::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
DebugSubscriptionDataGameEventInfo.hpp:13
ProtocolCraft::DebugSubscriptionData
Definition
DebugSubscriptionData.hpp:9
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Types
Debug
DebugSubscriptionDataGameEventInfo.hpp
Generated by
1.9.8