3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
17namespace OreUI::EntryPoints {
23 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
28 DeathScreen& operator=(DeathScreen
const&);
29 DeathScreen(DeathScreen
const&);
35 virtual bool shouldAddToConfiguration() const ;
37 virtual
void addToMatcher(
38 ::OreUI::RouteMatcher& routeMatcher,
39 ::SceneFactory& sceneFactory,
40 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
43 virtual ~DeathScreen() = default;
49 MCFOLD static
bool isSelected();
51 MCFOLD static
bool isSupported();
57 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
59 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
65 MCAPI
bool $shouldAddToConfiguration() const;
67 MCAPI
void $addToMatcher(
68 ::OreUI::RouteMatcher& routeMatcher,
69 ::SceneFactory& sceneFactory,
70 ::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