LeviLamina
Loading...
Searching...
No Matches
UserEntityIdentifierComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/identity/PlayerAuthenticationInfo.h"
7#include "mc/certificates/identity/PlayerAuthenticationType.h"
8#include "mc/common/SubClientId.h"
9#include "mc/network/NetworkIdentifier.h"
10#include "mc/platform/UUID.h"
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 176, ::NetworkIdentifier> mNetworkId;
17 ::ll::TypedStorage<1, 1, ::SubClientId> mClientSubId;
18 ::ll::TypedStorage<8, 16, ::mce::UUID> mClientUUID;
19 ::ll::TypedStorage<4, 4, ::PlayerAuthenticationType> mAuthenticationType;
20 ::ll::TypedStorage<8, 272, ::PlayerAuthenticationInfo> mTrustedPlayerInfo;
21 // NOLINTEND
22};
Definition UserEntityIdentifierComponent.h:12