Botcraft
1.21.10
Loading...
Searching...
No Matches
ClientboundDebugEntityValuePacket.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 772
/* > 1.21.8 */
2
#pragma once
3
4
#include "
protocolCraft/BasePacket.hpp
"
5
#include "
protocolCraft/Types/Debug/DebugSubscription.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
ClientboundDebugEntityValuePacket
:
public
BasePacket
<ClientboundDebugEntityValuePacket>
10
{
11
public
:
12
static
constexpr
std::string_view
packet_name
=
"Debug Entity Value"
;
13
14
SERIALIZED_FIELD
(EntityId,
VarInt
);
15
SERIALIZED_FIELD
(Update,
DebugSubscriptionUpdate
);
16
17
DECLARE_READ_WRITE_SERIALIZE
;
18
};
19
}
//ProtocolCraft
20
#endif
BasePacket.hpp
DebugSubscription.hpp
ProtocolCraft::BasePacket
Definition
BasePacket.hpp:11
ProtocolCraft::ClientboundDebugEntityValuePacket
Definition
ClientboundDebugEntityValuePacket.hpp:10
ProtocolCraft::ClientboundDebugEntityValuePacket::packet_name
static constexpr std::string_view packet_name
Definition
ClientboundDebugEntityValuePacket.hpp:12
ProtocolCraft::ClientboundDebugEntityValuePacket::SERIALIZED_FIELD
SERIALIZED_FIELD(EntityId, VarInt)
ProtocolCraft::ClientboundDebugEntityValuePacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Update, DebugSubscriptionUpdate)
ProtocolCraft::ClientboundDebugEntityValuePacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ClientboundDebugEntityValuePacket.hpp:17
ProtocolCraft::DebugSubscriptionUpdate
Definition
DebugSubscription.hpp:36
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Packets
Game
Clientbound
ClientboundDebugEntityValuePacket.hpp
Generated by
1.9.8