3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
18namespace OreUI::EntryPoints {
20class BedScreen :
public ::OreUI::IEntryPoint {
24 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
25 ::ll::TypedStorage<8, 8, ::OreUI::DebugData const&> mDebugData;
26 ::ll::TypedStorage<8, 64, ::std::function<void()>> mClearAllRequiredTTSEvents;
31 BedScreen& operator=(BedScreen
const&);
32 BedScreen(BedScreen
const&);
38 virtual bool shouldAddToConfiguration() const ;
40 virtual
void addToMatcher(
41 ::OreUI::RouteMatcher& routeMatcher,
42 ::SceneFactory& sceneFactory,
43 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
46 virtual ~BedScreen() = default;
52 MCAPI
bool _isOreUIBedScreenEnabled() const;
58 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
60 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
66 MCFOLD
bool $shouldAddToConfiguration() const;
68 MCAPI
void $addToMatcher(
69 ::OreUI::RouteMatcher& routeMatcher,
70 ::SceneFactory& sceneFactory,
71 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7