3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/client/gui/oreui/routing/RouteFlags.h"
8#include "mc/client/gui/oreui/routing/RouteHistoryAction.h"
9#include "mc/deps/core/utility/NonOwnerPointer.h"
21namespace OreUI::EntryPoints {
26 enum class ScreenType : uchar {
34 ::ll::TypedStorage<8, 8, ::PackManifestFactory&> mManifestFactory;
35 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const>> mKeyProvider;
36 ::ll::TypedStorage<8, 64, ::std::function<::IContentManager&()>> mGetContentManager;
41 ManifestValidation& operator=(ManifestValidation
const&);
42 ManifestValidation(ManifestValidation
const&);
48 virtual bool shouldAddToConfiguration() const ;
50 virtual
void addToMatcher(
51 ::OreUI::RouteMatcher& routeMatcher,
52 ::SceneFactory& sceneFactory,
53 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
60 MCAPI ManifestValidation(
61 ::PackManifestFactory& manifestFactory,
62 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> const& keyProvider,
63 ::std::function<::IContentManager&()> getContentManager
66 MCAPI
void _navigateToManifestValidationScreen(
67 ::SceneFactory& sceneFactory,
68 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack,
69 ::std::
string const& path,
70 ::OreUI::RouteHistoryAction action,
71 ::OreUI::EntryPoints::ManifestValidation::ScreenType type
78 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
80 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
82 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
84 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE_STORAGE();
91 ::PackManifestFactory& manifestFactory,
92 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> const& keyProvider,
93 ::std::function<::IContentManager&()> getContentManager
100 MCFOLD
bool $shouldAddToConfiguration() const;
102 MCAPI
void $addToMatcher(
103 ::OreUI::RouteMatcher& routeMatcher,
104 ::SceneFactory& sceneFactory,
105 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition IContentKeyProvider.h:13
Definition IContentManager.h:5
Definition ISceneStack.h:5
Definition ManifestValidation.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition PackManifestFactory.h:21
Definition SceneFactory.h:5