Botcraft 1.21.5
Loading...
Searching...
No Matches
DataComponentTypeTooltipDisplay.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 769 /* > 1.21.4 */
2#pragma once
5
6namespace ProtocolCraft
7{
8 namespace Components
9 {
11 {
12 SERIALIZED_FIELD(HideTooltip, bool);
13 SERIALIZED_FIELD(HiddenComponents, Internal::DiffType<std::vector<DataComponentTypes>, std::vector<VarInt>>);
14
16 };
17 }
18}
19#endif
SERIALIZED_FIELD(HiddenComponents, Internal::DiffType< std::vector< DataComponentTypes >, std::vector< VarInt > >)
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