Botcraft
1.21.4
Loading...
Searching...
No Matches
ClientboundTabListPacket.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
protocolCraft/BaseMessage.hpp
"
4
#include "
protocolCraft/Types/Chat/Chat.hpp
"
5
6
namespace
ProtocolCraft
7
{
8
class
ClientboundTabListPacket
:
public
BaseMessage
<ClientboundTabListPacket>
9
{
10
public
:
11
static
constexpr
std::string_view
packet_name
=
"Tab List"
;
12
13
SERIALIZED_FIELD
(Header,
Chat
);
14
SERIALIZED_FIELD
(Footer,
Chat
);
15
16
DECLARE_READ_WRITE_SERIALIZE
;
17
};
18
}
//ProtocolCraft
BaseMessage.hpp
Chat.hpp
ProtocolCraft::BaseMessage
Definition
BaseMessage.hpp:11
ProtocolCraft::Chat
Definition
Chat.hpp:18
ProtocolCraft::ClientboundTabListPacket
Definition
ClientboundTabListPacket.hpp:9
ProtocolCraft::ClientboundTabListPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Footer, Chat)
ProtocolCraft::ClientboundTabListPacket::packet_name
static constexpr std::string_view packet_name
Definition
ClientboundTabListPacket.hpp:11
ProtocolCraft::ClientboundTabListPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(Header, Chat)
ProtocolCraft::ClientboundTabListPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ClientboundTabListPacket.hpp:16
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Messages
Play
Clientbound
ClientboundTabListPacket.hpp
Generated by
1.9.8