Botcraft 1.21.8
Loading...
Searching...
No Matches
ServerboundCustomClickActionPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 770 /* > 1.21.5 */
2#pragma once
3
5
8
9namespace ProtocolCraft
10{
11 class ServerboundCustomClickActionConfigurationPacket : public BasePacket<ServerboundCustomClickActionConfigurationPacket>
12 {
13 public:
14 static constexpr std::string_view packet_name = "Custom Click Action (Configuration)";
15
18
20 };
21} //ProtocolCraft
22#endif