Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundChunkBatchFinishedPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 763 /* > 1.20.1 */
2#pragma once
4
5namespace ProtocolCraft
6{
7 class ClientboundChunkBatchFinishedPacket : public BaseMessage<ClientboundChunkBatchFinishedPacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Chunk Batch Finished";
11
13
15 };
16} //ProtocolCraft
17#endif