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