Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundCustomQueryPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 340 /* > 1.12.2 */
2#pragma once
3
5
7
8namespace ProtocolCraft
9{
10 class ClientboundCustomQueryPacket : public BaseMessage<ClientboundCustomQueryPacket>
11 {
12 public:
13 static constexpr std::string_view packet_name = "Custom Query";
14
15 SERIALIZED_FIELD(TransactionId, VarInt);
18
20 };
21} //ProtocolCraft
22#endif
SERIALIZED_FIELD(Identifier, ProtocolCraft::Identifier)
SERIALIZED_FIELD(Data, Internal::Vector< unsigned char, void, 0 >)