Botcraft
1.21.4
Loading...
Searching...
No Matches
ClientboundChunkBatchFinishedPacket.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 763
/* > 1.20.1 */
2
#pragma once
3
#include "
protocolCraft/BaseMessage.hpp
"
4
5
namespace
ProtocolCraft
6
{
7
class
ClientboundChunkBatchFinishedPacket
:
public
BaseMessage
<ClientboundChunkBatchFinishedPacket>
8
{
9
public
:
10
static
constexpr
std::string_view
packet_name
=
"Chunk Batch Finished"
;
11
12
SERIALIZED_FIELD
(BatchSize,
VarInt
);
13
14
DECLARE_READ_WRITE_SERIALIZE
;
15
};
16
}
//ProtocolCraft
17
#endif
BaseMessage.hpp
ProtocolCraft::BaseMessage
Definition
BaseMessage.hpp:11
ProtocolCraft::ClientboundChunkBatchFinishedPacket
Definition
ClientboundChunkBatchFinishedPacket.hpp:8
ProtocolCraft::ClientboundChunkBatchFinishedPacket::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ClientboundChunkBatchFinishedPacket.hpp:14
ProtocolCraft::ClientboundChunkBatchFinishedPacket::packet_name
static constexpr std::string_view packet_name
Definition
ClientboundChunkBatchFinishedPacket.hpp:10
ProtocolCraft::ClientboundChunkBatchFinishedPacket::SERIALIZED_FIELD
SERIALIZED_FIELD(BatchSize, VarInt)
ProtocolCraft
Definition
ItemUtilities.hpp:8
ProtocolCraft::VarType
Definition
Templates.hpp:26
protocolCraft
include
protocolCraft
Messages
Play
Clientbound
ClientboundChunkBatchFinishedPacket.hpp
Generated by
1.9.8