Botcraft 26.1.2
Loading...
Searching...
No Matches
DataComponentTypeJukeboxPlayable.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 766 /* > 1.20.6 */
2#pragma once
5#if PROTOCOL_VERSION < 775 /* < 26.1 */
9#endif
10
11namespace ProtocolCraft
12{
13 namespace Components
14 {
16 {
17#if PROTOCOL_VERSION < 775 /* < 26.1 */
19#else
21#endif
22#if PROTOCOL_VERSION < 770 /* < 1.21.5 */
23 SERIALIZED_FIELD(ShowInTooltip, bool);
24#endif
25
27 };
28 }
29}
30#endif
#define SERIALIZED_FIELD(Name,...)