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