Botcraft
1.21.4
Loading...
Searching...
No Matches
ServerboundClientInformationPacket.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/ClientInformation.hpp
"
6
7
namespace
ProtocolCraft
8
{
9
class
ServerboundClientInformationConfigurationPacket
:
public
BaseMessage
<ServerboundClientInformationConfigurationPacket>
10
{
11
public
:
12
static
constexpr
std::string_view
packet_name
=
"Client Information (Configuration)"
;
13
14
SERIALIZED_FIELD
(
ClientInformation
,
ProtocolCraft::ClientInformation
);
15
16
DECLARE_READ_WRITE_SERIALIZE
;
17
};
18
}
//ProtocolCraft
19
#endif
BaseMessage.hpp
ClientInformation.hpp
ProtocolCraft::BaseMessage
Definition
BaseMessage.hpp:11
ProtocolCraft::ClientInformation
Definition
ClientInformation.hpp:9
ProtocolCraft::ServerboundClientInformationConfigurationPacket
Definition
ServerboundClientInformationPacket.hpp:10
ProtocolCraft::ServerboundClientInformationConfigurationPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ServerboundClientInformationPacket.hpp:16
ProtocolCraft::ServerboundClientInformationConfigurationPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(ClientInformation, ProtocolCraft::ClientInformation)
ProtocolCraft::ServerboundClientInformationConfigurationPacket::packet_name
static constexpr std::string_view packet_name
Definition
ServerboundClientInformationPacket.hpp:12
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Messages
Configuration
Serverbound
ServerboundClientInformationPacket.hpp
Generated by
1.9.8