Botcraft 1.21.8
Loading...
Searching...
No Matches
ClientboundShowDialogPacket.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 ClientboundShowDialogPacket : public BasePacket<ClientboundShowDialogPacket>
12 {
13 public:
14 static constexpr std::string_view packet_name = "Show Dialog";
15
17
19 };
20} //ProtocolCraft
21#endif
SERIALIZED_FIELD(Dialog, Internal::DiffType< Holder< NBT::Value >, Holder< NBT::UnnamedValue > >)
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