Botcraft 26.2
Loading...
Searching...
No Matches
ClientboundLoginFinishedPacket.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 ClientboundLoginFinishedPacket : public BasePacket<ClientboundLoginFinishedPacket>
10 {
11 public:
12 static constexpr std::string_view packet_name = "Login Finished";
13
15#if PROTOCOL_VERSION > 775 /* > 26.1.2 */
17#endif
18
20 };
21} //ProtocolCraft
22#endif
SERIALIZED_FIELD(GameProfile, ProtocolCraft::GameProfile)
std::array< unsigned char, 16 > UUID