Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundEntityPositionSyncPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
9 class ClientboundEntityPositionSyncPacket : public BaseMessage<ClientboundEntityPositionSyncPacket>
10 {
11 public:
12 static constexpr std::string_view packet_name = "Entity Position Sync";
13
16 SERIALIZED_FIELD(OnGround, bool);
17
19 };
20} //ProtocolCraft
21#endif
SERIALIZED_FIELD(Values, PositionMoveRotation)