Botcraft
1.21.4
Loading...
Searching...
No Matches
ClientboundUpdateTagsPacket.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 763
/* > 1.20.1 */
2
#pragma once
3
4
#include "
protocolCraft/BaseMessage.hpp
"
5
#include "
protocolCraft/Types/BlockEntityTag.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
ClientboundUpdateTagsConfigurationPacket
:
public
BaseMessage
<ClientboundUpdateTagsConfigurationPacket>
10
{
11
public
:
12
static
constexpr
std::string_view
packet_name
=
"Update Tags (Configuration)"
;
13
14
SERIALIZED_FIELD
(Tags, std::map<
Identifier
, std::vector<BlockEntityTag>>);
15
16
DECLARE_READ_WRITE_SERIALIZE
;
17
};
18
}
//ProtocolCraft
19
#endif
BaseMessage.hpp
BlockEntityTag.hpp
ProtocolCraft::BaseMessage
Definition
BaseMessage.hpp:11
ProtocolCraft::ClientboundUpdateTagsConfigurationPacket
Definition
ClientboundUpdateTagsPacket.hpp:10
ProtocolCraft::ClientboundUpdateTagsConfigurationPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ClientboundUpdateTagsPacket.hpp:16
ProtocolCraft::ClientboundUpdateTagsConfigurationPacket::packet_name
static constexpr std::string_view packet_name
Definition
ClientboundUpdateTagsPacket.hpp:12
ProtocolCraft::ClientboundUpdateTagsConfigurationPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Tags, std::map< Identifier, std::vector< BlockEntityTag > >)
ProtocolCraft::Identifier
Definition
Identifier.hpp:8
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Messages
Configuration
Clientbound
ClientboundUpdateTagsPacket.hpp
Generated by
1.9.8