LeviLamina
Loading...
Searching...
No Matches
IEDUSystems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace Identity { class IEduAuth; }
13namespace Social { class IEduMultiplayerHeadless; }
14// clang-format on
15
16class IEDUSystems : public ::Bedrock::EnableNonOwnerReferences {
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 IEDUSystems& operator=(IEDUSystems const&);
26 IEDUSystems(IEDUSystems const&);
27 IEDUSystems();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32#ifdef LL_PLAT_S
33 virtual ~IEDUSystems() /*override*/ = default;
34#else // LL_PLAT_C
35 virtual ~IEDUSystems() /*override*/;
36#endif
37
38 virtual ::Identity::IEduAuth& getEduAuth() const = 0;
39
40 virtual ::Social::IEduMultiplayerHeadless& getMultiplayerHeadless() const = 0;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCNAPI_C ::Bedrock::NotNullNonOwnerPtr<::MessPublicKeyManager> getMessPublicKeyManager() const;
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition IEduAuth.h:20
Definition MessPublicKeyManager.h:8
Definition IEduMultiplayerHeadless.h:23
Definition Alias.h:14