3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
22namespace OreUI::EntryPoints {
27 using PackContentItemPtr = ::std::shared_ptr<::PackContentItem>;
32 ::ll::TypedStorage<8, 8, ::PackManifestFactory&> mManifestFactory;
33 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const>> mContentKeyProvider;
34 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const>> mContentTierManager;
35 ::ll::TypedStorage<8, 64, ::std::function<::IContentManager&()>> mGetContentManager;
40 PackSettings& operator=(PackSettings
const&);
41 PackSettings(PackSettings
const&);
47 virtual bool shouldAddToConfiguration() const ;
49 virtual
void addToMatcher(
50 ::OreUI::RouteMatcher& routeMatcher,
51 ::SceneFactory& sceneFactory,
52 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
55 virtual ~PackSettings() ;
61 MCAPI ::std::shared_ptr<::PackContentItem> _findPackFromId(
62 ::std::string_view contentId,
63 ::std::string_view levelId,
64 ::std::vector<::std::shared_ptr<::ContentItem>> const& contentItems
71 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
73 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
85 MCFOLD
bool $shouldAddToConfiguration() const;
87 MCAPI
void $addToMatcher(
88 ::OreUI::RouteMatcher& routeMatcher,
89 ::SceneFactory& sceneFactory,
90 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition IContentKeyProvider.h:13
Definition IContentManager.h:5
Definition IContentTierManager.h:13
Definition ISceneStack.h:5
Definition PackSettings.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition PackManifestFactory.h:20
Definition SceneFactory.h:5
Definition ContentItem.h:5
Definition PackContentItem.h:5