3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
19namespace OreUI::EntryPoints {
25 ::ll::TypedStorage<8, 8, ::PackManifestFactory&> mManifestFactory;
26 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const>> mKeyProvider;
27 ::ll::TypedStorage<8, 64, ::std::function<::IContentManager&()>> mGetContentManager;
32 ManifestValidation& operator=(ManifestValidation
const&);
33 ManifestValidation(ManifestValidation
const&);
39 virtual bool shouldAddToConfiguration() const ;
41 virtual
void addToMatcher(
42 ::OreUI::RouteMatcher& routeMatcher,
43 ::SceneFactory& sceneFactory,
44 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
47 virtual ~ManifestValidation() = default;
53 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
55 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
61 MCFOLD
bool $shouldAddToConfiguration() const;
63 MCAPI
void $addToMatcher(
64 ::OreUI::RouteMatcher& routeMatcher,
65 ::SceneFactory& sceneFactory,
66 ::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:20
Definition SceneFactory.h:5