Botcraft 1.21.5
Loading...
Searching...
No Matches
ClientboundRotateHeadPacket.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace ProtocolCraft
6{
7 class ClientboundRotateHeadPacket : public BasePacket<ClientboundRotateHeadPacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Rotate Head";
11
13 SERIALIZED_FIELD(YHeadRot, unsigned char);
14
16 };
17} //ProtocolCraft
SERIALIZED_FIELD(YHeadRot, unsigned char)