Botcraft 1.21.5
Loading...
Searching...
No Matches
DataComponentTypeFireworkExplosion.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
4
5namespace ProtocolCraft
6{
7 namespace Components
8 {
10 {
11 SERIALIZED_FIELD(Shape, int);
12 SERIALIZED_FIELD(Colors, std::vector<int>);
13 SERIALIZED_FIELD(FadeColors, std::vector<int>);
14 SERIALIZED_FIELD(HasTrail, bool);
15 SERIALIZED_FIELD(HasTwinkle, bool);
16
18 };
19 }
20}
21#endif