Botcraft
1.21.8
Loading...
Searching...
No Matches
ServerboundCustomClickActionPacket.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 770
/* > 1.21.5 */
2
#pragma once
3
4
#include "
protocolCraft/BasePacket.hpp
"
5
6
#include "
protocolCraft/Types/Identifier.hpp
"
7
#include "
protocolCraft/Types/NBT/NBT.hpp
"
8
9
namespace
ProtocolCraft
10
{
11
class
ServerboundCustomClickActionConfigurationPacket
:
public
BasePacket
<ServerboundCustomClickActionConfigurationPacket>
12
{
13
public
:
14
static
constexpr
std::string_view
packet_name
=
"Custom Click Action (Configuration)"
;
15
16
SERIALIZED_FIELD
(Id_,
Identifier
);
17
SERIALIZED_FIELD
(Payload,
NBT::UnnamedValue
);
18
19
DECLARE_READ_WRITE_SERIALIZE
;
20
};
21
}
//ProtocolCraft
22
#endif
BasePacket.hpp
Identifier.hpp
NBT.hpp
ProtocolCraft::BasePacket
Definition
BasePacket.hpp:11
ProtocolCraft::Identifier
Definition
Identifier.hpp:8
ProtocolCraft::NBT::UnnamedValue
Definition
NBT.hpp:12
ProtocolCraft::ServerboundCustomClickActionConfigurationPacket
Definition
ServerboundCustomClickActionPacket.hpp:12
ProtocolCraft::ServerboundCustomClickActionConfigurationPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Id_, Identifier)
ProtocolCraft::ServerboundCustomClickActionConfigurationPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ServerboundCustomClickActionPacket.hpp:19
ProtocolCraft::ServerboundCustomClickActionConfigurationPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Payload, NBT::UnnamedValue)
ProtocolCraft::ServerboundCustomClickActionConfigurationPacket::packet_name
static constexpr std::string_view packet_name
Definition
ServerboundCustomClickActionPacket.hpp:14
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Packets
Configuration
Serverbound
ServerboundCustomClickActionPacket.hpp
Generated by
1.9.8