Botcraft
1.21.5
Loading...
Searching...
No Matches
ServerboundBlockEntityTagQueryPacket.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 388
/* > 1.12.2 */
2
#pragma once
3
4
#include "
protocolCraft/BasePacket.hpp
"
5
#include "
protocolCraft/Types/NetworkPosition.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
ServerboundBlockEntityTagQueryPacket
:
public
BasePacket
<ServerboundBlockEntityTagQueryPacket>
10
{
11
public
:
12
static
constexpr
std::string_view
packet_name
=
"Block Entity Tag Query"
;
13
14
SERIALIZED_FIELD
(TransactionId,
VarInt
);
15
SERIALIZED_FIELD
(Pos,
NetworkPosition
);
16
17
DECLARE_READ_WRITE_SERIALIZE
;
18
};
19
}
//ProtocolCraft
20
#endif
BasePacket.hpp
NetworkPosition.hpp
ProtocolCraft::BasePacket
Definition
BasePacket.hpp:11
ProtocolCraft::NetworkPosition
Definition
NetworkPosition.hpp:8
ProtocolCraft::ServerboundBlockEntityTagQueryPacket
Definition
ServerboundBlockEntityTagQueryPacket.hpp:10
ProtocolCraft::ServerboundBlockEntityTagQueryPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(TransactionId, VarInt)
ProtocolCraft::ServerboundBlockEntityTagQueryPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Pos, NetworkPosition)
ProtocolCraft::ServerboundBlockEntityTagQueryPacket::packet_name
static constexpr std::string_view packet_name
Definition
ServerboundBlockEntityTagQueryPacket.hpp:12
ProtocolCraft::ServerboundBlockEntityTagQueryPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ServerboundBlockEntityTagQueryPacket.hpp:17
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Packets
Game
Serverbound
ServerboundBlockEntityTagQueryPacket.hpp
Generated by
1.9.8