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 DeathScreen& operator=(DeathScreen
const&);
30 DeathScreen(DeathScreen
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 DeathScreen(::ui::ScreenTechStackSelector const& screenTechStackSelector);
54 MCFOLD static
bool isSelected();
56 MCFOLD static
bool isSupported();
62 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
64 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
70 MCAPI
void* $ctor(::ui::ScreenTechStackSelector const& screenTechStackSelector);
76 MCAPI
bool $shouldAddToConfiguration() const;
78 MCAPI
void $addToMatcher(
79 ::OreUI::RouteMatcher& routeMatcher,
80 ::SceneFactory& sceneFactory,
81 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition DeathScreen.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7