Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundBlockEntityDataPacket.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace ProtocolCraft
8{
9 class ClientboundBlockEntityDataPacket : public BaseMessage<ClientboundBlockEntityDataPacket>
10 {
11 public:
12 static constexpr std::string_view packet_name = "Block Entity Data";
13
15#if PROTOCOL_VERSION < 757 /* < 1.18 */
16 SERIALIZED_FIELD(Type, unsigned char);
17#else
19#endif
21
23 };
24} //ProtocolCraft
#define SERIALIZED_FIELD(Name,...)