Botcraft 1.21.4
Loading...
Searching...
No Matches
ServerboundPlayerActionPacket.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace ProtocolCraft
7{
8 class ServerboundPlayerActionPacket : public BaseMessage<ServerboundPlayerActionPacket>
9 {
10 public:
11 static constexpr std::string_view packet_name = "Player Action";
12
15 SERIALIZED_FIELD(Direction, char);
16#if PROTOCOL_VERSION > 758 /* > 1.18.2 */
18#endif
19
21 };
22} //ProtocolCraft