Botcraft
1.21.10
Loading...
Searching...
No Matches
ClientboundDebugBlockValuePacket.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/NetworkPosition.hpp
"
6
#include "
protocolCraft/Types/Debug/DebugSubscription.hpp
"
7
8
namespace
ProtocolCraft
9
{
10
class
ClientboundDebugBlockValuePacket
:
public
BasePacket
<ClientboundDebugBlockValuePacket>
11
{
12
public
:
13
static
constexpr
std::string_view
packet_name
=
"Debug Block Value"
;
14
15
SERIALIZED_FIELD
(
BlockPos
,
NetworkPosition
);
16
SERIALIZED_FIELD
(Update,
DebugSubscriptionUpdate
);
17
18
DECLARE_READ_WRITE_SERIALIZE
;
19
};
20
}
//ProtocolCraft
21
#endif
BasePacket.hpp
DebugSubscription.hpp
NetworkPosition.hpp
ProtocolCraft::BasePacket
Definition
BasePacket.hpp:11
ProtocolCraft::ClientboundDebugBlockValuePacket
Definition
ClientboundDebugBlockValuePacket.hpp:11
ProtocolCraft::ClientboundDebugBlockValuePacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ClientboundDebugBlockValuePacket.hpp:18
ProtocolCraft::ClientboundDebugBlockValuePacket::packet_name
static constexpr std::string_view packet_name
Definition
ClientboundDebugBlockValuePacket.hpp:13
ProtocolCraft::ClientboundDebugBlockValuePacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Update, DebugSubscriptionUpdate)
ProtocolCraft::ClientboundDebugBlockValuePacket::SERIALIZED_FIELD
SERIALIZED_FIELD(BlockPos, NetworkPosition)
ProtocolCraft::DebugSubscriptionUpdate
Definition
DebugSubscription.hpp:36
ProtocolCraft::NetworkPosition
Definition
NetworkPosition.hpp:8
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::BrigadierPropertyType::BlockPos
@ BlockPos
protocolCraft
include
protocolCraft
Packets
Game
Clientbound
ClientboundDebugBlockValuePacket.hpp
Generated by
1.9.8