Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundMoveEntityPacketPosRot.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace ProtocolCraft
6{
7 class ClientboundMoveEntityPacketPosRot : public BaseMessage<ClientboundMoveEntityPacketPosRot>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Move Entity PosRot";
11
13 SERIALIZED_FIELD(XA, short);
14 SERIALIZED_FIELD(YA, short);
15 SERIALIZED_FIELD(ZA, short);
16 SERIALIZED_FIELD(YRot, unsigned char);
17 SERIALIZED_FIELD(XRot, unsigned char);
18 SERIALIZED_FIELD(OnGround, bool);
19
21 };
22} //ProtocolCraft