Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundCooldownPacket.hpp
Go to the documentation of this file.
1#pragma once
2
4#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
6#endif
7
8namespace ProtocolCraft
9{
10 class ClientboundCooldownPacket : public BaseMessage<ClientboundCooldownPacket>
11 {
12 public:
13 static constexpr std::string_view packet_name = "Cooldown";
14
15#if PROTOCOL_VERSION < 768 /* < 1.21.2 */
17#else
19#endif
21
23 };
24} //ProtocolCraft
#define SERIALIZED_FIELD(Name,...)
SERIALIZED_FIELD(CooldownGroup, Identifier)