Botcraft
1.21.4
Loading...
Searching...
No Matches
ServerboundStatusRequestPacket.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
protocolCraft/BaseMessage.hpp
"
4
5
namespace
ProtocolCraft
6
{
7
class
ServerboundStatusRequestPacket
:
public
BaseMessage
<ServerboundStatusRequestPacket>
8
{
9
public
:
10
static
constexpr
std::string_view
packet_name
=
"Status Request"
;
11
12
DECLARE_READ_WRITE_SERIALIZE
;
13
};
14
}
// ProtocolCraft
BaseMessage.hpp
ProtocolCraft::BaseMessage
Definition
BaseMessage.hpp:11
ProtocolCraft::ServerboundStatusRequestPacket
Definition
ServerboundStatusRequestPacket.hpp:8
ProtocolCraft::ServerboundStatusRequestPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ServerboundStatusRequestPacket.hpp:12
ProtocolCraft::ServerboundStatusRequestPacket::packet_name
static constexpr std::string_view packet_name
Definition
ServerboundStatusRequestPacket.hpp:10
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Messages
Status
Serverbound
ServerboundStatusRequestPacket.hpp
Generated by
1.9.8