Botcraft 1.21.4
Loading...
Searching...
No Matches
PackedRegistryEntry.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
3
7
8#include <optional>
9
10namespace ProtocolCraft
11{
13 {
15 SERIALIZED_FIELD(Data, std::optional<NBT::UnnamedValue>);
16
18 };
19}
20#endif
SERIALIZED_FIELD(Data, std::optional< NBT::UnnamedValue >)