Botcraft 26.2
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
9
10namespace ProtocolCraft
11{
12 class ServerboundCustomClickActionConfigurationPacket : public BasePacket<ServerboundCustomClickActionConfigurationPacket>
13 {
14 public:
15 static constexpr std::string_view packet_name = "Custom Click Action (Configuration)";
16
19
21 };
22} //ProtocolCraft
23#endif
SERIALIZED_FIELD(Payload, Internal::DiffType< NBT::Value, NBT::UntrustedValue >)
Just a simple type wrapper that will store with T1 and serialize as T2 (can be used for Enum/VarInt f...
Definition Templates.hpp:72