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