Botcraft 1.21.4
Loading...
Searching...
No Matches
MinecartBehaviorMinecartStep.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
3
5
6#include <array>
7
8namespace ProtocolCraft
9{
11 {
12 SERIALIZED_FIELD(Position, std::array<double, 3>);
13 SERIALIZED_FIELD(Movement, std::array<double, 3>);
14 SERIALIZED_FIELD(YRot, char);
15 SERIALIZED_FIELD(XRot, char);
16 SERIALIZED_FIELD(weight, float);
17
19 };
20}
21#endif
SERIALIZED_FIELD(Movement, std::array< double, 3 >)
SERIALIZED_FIELD(Position, std::array< double, 3 >)