LeviLamina
Loading...
Searching...
No Matches
RealmPlayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/network/realms/Player.h"
7#include "mc/client/network/realms/RealmsAPI.h"
8
9struct RealmPlayer : public ::Realms::Player {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 4, ::RealmsAPI::InviteAction> mInviteAction;
14 ::ll::TypedStorage<4, 4, ::RealmsAPI::InviteAction> mOperatorAction;
15 ::ll::TypedStorage<1, 1, bool> mInviteStatusChanged;
16 ::ll::TypedStorage<1, 1, bool> mOperatorStatusChanged;
17 ::ll::TypedStorage<1, 1, bool> mHasPlatformProfile;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 RealmPlayer(RealmPlayer const&);
23 RealmPlayer();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::RealmPlayer& operator=(::RealmPlayer const&);
29
30 MCAPI ~RealmPlayer();
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38};
Definition RealmPlayer.h:5
Definition Player.h:7
MCAPI void $dtor()