Botcraft 1.21.5
Loading...
Searching...
No Matches
DataComponentTypeJukeboxPlayable.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 766 /* > 1.20.6 */
2#pragma once
8
9namespace ProtocolCraft
10{
11 namespace Components
12 {
14 {
16#if PROTOCOL_VERSION < 770 /* < 1.21.5 */
17 SERIALIZED_FIELD(ShowInTooltip, bool);
18#endif
19
21 };
22 }
23}
24#endif
#define SERIALIZED_FIELD(Name,...)
SERIALIZED_FIELD(Song, Either< Holder< JukeboxSong >, Identifier >)