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
7
8namespace ProtocolCraft
9{
10 class ClientboundDebugChunkValuePacket : public BasePacket<ClientboundDebugChunkValuePacket>
11 {
12 public:
13 static constexpr std::string_view packet_name = "Debug Chunk Value";
14
17
19 };
20} //ProtocolCraft
21#endif
SERIALIZED_FIELD(Update, DebugSubscriptionUpdate)
SERIALIZED_FIELD(ChunkPos, ProtocolCraft::ChunkPos)