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/deps/core/utility/NonOwnerPointer.h"
18namespace OreUI::EntryPoints {
24 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
29 SafeZoneScreen& operator=(SafeZoneScreen
const&);
30 SafeZoneScreen(SafeZoneScreen
const&);
36 virtual bool shouldAddToConfiguration() const ;
38 virtual
void addToMatcher(
39 ::OreUI::RouteMatcher& routeMatcher,
40 ::SceneFactory& sceneFactory,
41 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
48 MCAPI explicit SafeZoneScreen(::ui::ScreenTechStackSelector const& screenTechStackSelector);
54 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
56 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
62 MCAPI
void* $ctor(::ui::ScreenTechStackSelector const& screenTechStackSelector);
68 MCFOLD
bool $shouldAddToConfiguration() const;
70 MCAPI
void $addToMatcher(
71 ::OreUI::RouteMatcher& routeMatcher,
72 ::SceneFactory& sceneFactory,
73 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition SafeZoneScreen.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7