Botcraft 1.21.5
Loading...
Searching...
No Matches
ClientboundTestInstanceBlockStatusPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 769 /* > 1.21.4 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
9 class ClientboundTestInstanceBlockStatusPacket : public BasePacket<ClientboundTestInstanceBlockStatusPacket>
10 {
11 public:
12 static constexpr std::string_view packet_name = "Test Instance Block Status";
13
15 SERIALIZED_FIELD(Size, std::optional<std::array<VarInt, 3>>);
16
18 };
19} //ProtocolCraft
20#endif
SERIALIZED_FIELD(Size, std::optional< std::array< VarInt, 3 > >)