Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundRemoveMobEffectPacket.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace ProtocolCraft
6{
7 class ClientboundRemoveMobEffectPacket : public BaseMessage<ClientboundRemoveMobEffectPacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Remove Mob Effect";
11
13#if PROTOCOL_VERSION < 758 /* < 1.18.2 */
15#else
17#endif
18
20 };
21} //ProtocolCraft
#define SERIALIZED_FIELD(Name,...)