LeviLamina
Loading...
Searching...
No Matches
WorldSystemModuleGameDependencies.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/ProgressScreenNavigation.h"
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
9
10// auto generated forward declare list
11// clang-format off
13class DateManager;
15class FileArchiver;
17class IClientInstance;
20class IContentManager;
22class IDlcValidation;
23class IEntitlementManager;
26class ILevelListCache;
29class IOfferRepository;
31class IStoreCatalogRepository;
32class IThirdPartyServerRepository;
33class LevelDbEnv;
34class LocalPlayer;
35class RealmsAPI;
37class ServerLocator;
38class ServicesManager;
39class ToastManager;
43namespace OreUI { class Router; }
44namespace Parties { class IPartyProvider; }
45namespace Realms { struct RealmId; }
46namespace Social { class IUserManager; }
47namespace Social { class MultiplayerServiceManager; }
48// clang-format on
49
50namespace World {
51
53public:
54 // member variables
55 // NOLINTBEGIN
56 ::ll::TypedStorage<8, 8, ::ILevelListCache&> mLevelListCache;
57 ::ll::TypedStorage<1, 1, bool> mIsEduMode;
58 ::ll::TypedStorage<1, 1, bool> mIsEditorMode;
59 ::ll::TypedStorage<8, 8, ::Core::PathBuffer<::std::string> const&> mWorkingDirectory;
60 ::ll::TypedStorage<8, 8, ::Core::PathBuffer<::std::string> const&> mTempDirectory;
61 ::ll::TypedStorage<8, 8, ::IContentManager&> mContentManager;
62 ::ll::TypedStorage<8, 8, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> const&> mKeyProvider;
63 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv>> mLevelDbEnv;
64 ::ll::TypedStorage<8, 8, ::Bedrock::NotNullNonOwnerPtr<::WorldTemplateManager> const&> mWorldTemplateManager;
65 ::ll::TypedStorage<8, 8, ::IDlcValidation&> mDlcValidation;
66 ::ll::TypedStorage<8, 8, ::IContentAcquisition&> mContentAcquisition;
67 ::ll::TypedStorage<8, 8, ::IStoreCatalogRepository&> mStoreCatalogRepository;
68 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager>> mEntitlementManager;
69 ::ll::TypedStorage<8, 8, ::IClientInstance&> mClientInstance;
70 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>> mResourcePackRepository;
71 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const>> mContentTierManager;
72 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IExternalServerFile>> mExternalServerFile;
73 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IOfferRepository>> mOfferRepository;
74 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository>> mThirdPartyServerRepository;
75 ::ll::TypedStorage<8, 64, ::std::function<::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager>()>>
76 mGetMultiplayerServiceManager;
77 ::ll::TypedStorage<8, 64, ::std::function<::LocalPlayer*()>> mGetLocalPlayer;
78 ::ll::TypedStorage<8, 8, ::LocalPlayerChangedConnector const&> mLocalPlayerChangedConnector;
79 ::ll::TypedStorage<8, 8, ::ServerLocator&> mServerLocator;
80 ::ll::TypedStorage<8, 8, ::IGameServerStartup&> mGameServerStartup;
81 ::ll::TypedStorage<8, 8, ::IGameServerShutdown&> mGameServerShutdown;
82 ::ll::TypedStorage<8, 8, ::INetworkGameConnector&> mNetworkGameConnector;
83 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::FileArchiver>> mArchiver;
84 ::ll::TypedStorage<8, 8, ::IMinecraftEventing&> mMinecraftEventing;
85 ::ll::TypedStorage<8, 8, ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager> const&> mUserManager;
86 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::RealmsAPI>> mRealmsAPI;
87 ::ll::TypedStorage<8, 8, ::CloudSaveSystemWrapper&> mCloudSaveSystem;
88 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::DateManager>> mDateManager;
89 ::ll::TypedStorage<8, 8, ::ServicesManager&> mServicesManager;
90 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ExternalContentManager>> mExternalContentManager;
91 ::ll::TypedStorage<8, 8, ::ResourcePackManager&> mResourcePackManager;
92 ::ll::TypedStorage<8, 8, ::ToastManager&> mToastManager;
93 ::ll::TypedStorage<8, 64, ::std::function<bool(::Realms::RealmId)>> mIsRealmJoinable;
94 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mIsEditorModeEnabled;
95 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::GatheringManager>> mGatheringManager;
96 ::ll::TypedStorage<8, 104, ::ui::ProgressScreenNavigation> mProgressScreenNavigation;
97 ::ll::TypedStorage<8, 8, ::OreUI::Router&> mRouter;
98 ::ll::TypedStorage<8, 64, ::std::function<::Bedrock::NonOwnerPointer<::Parties::IPartyProvider>()>>
99 mGetPartyProvider;
100 // NOLINTEND
101
102public:
103 // prevent constructor by default
104 WorldSystemModuleGameDependencies& operator=(WorldSystemModuleGameDependencies const&);
105 WorldSystemModuleGameDependencies(WorldSystemModuleGameDependencies const&);
106 WorldSystemModuleGameDependencies();
107
108public:
109 // member functions
110 // NOLINTBEGIN
111 MCAPI ~WorldSystemModuleGameDependencies();
112 // NOLINTEND
113
114public:
115 // destructor thunk
116 // NOLINTBEGIN
117 MCAPI void $dtor();
118 // NOLINTEND
119};
120
121} // namespace World
Definition CloudSaveSystemWrapper.h:5
Definition DateManager.h:14
Definition ExternalContentManager.h:5
Definition FileArchiver.h:36
Definition GatheringManager.h:5
Definition IClientInstance.h:5
Definition IContentAcquisition.h:5
Definition IContentKeyProvider.h:13
Definition IContentManager.h:5
Definition IContentTierManager.h:13
Definition IDlcValidation.h:5
Definition IExternalServerFile.h:5
Definition IGameServerStartup.h:5
Definition ILevelListCache.h:27
Definition IMinecraftEventing.h:134
Definition INetworkGameConnector.h:5
Definition IResourcePackRepository.h:34
Definition LevelDbEnv.h:8
Definition LocalPlayer.h:5
Definition Router.h:7
Definition IPartyProvider.h:7
Definition RealmsAPI.h:5
Definition ResourcePackManager.h:30
Definition ServerLocator.h:17
Definition IUserManager.h:34
Definition MultiplayerServiceManager.h:7
Definition ToastManager.h:5
Definition WorldTemplateManager.h:21
Definition IGameServerShutdown.h:5
Definition LocalPlayerChangedConnector.h:5
Definition RealmId.h:7
Definition WorldSystemModuleGameDependencies.h:7