Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundBlockEventPacket.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace ProtocolCraft
7{
8 class ClientboundBlockEventPacket : public BaseMessage<ClientboundBlockEventPacket>
9 {
10 public:
11 static constexpr std::string_view packet_name = "Block Event";
12
14 SERIALIZED_FIELD(B0, unsigned char);
15 SERIALIZED_FIELD(B1, unsigned char);
17
19 };
20} //ProtocolCraft