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 {
20class BedScreen :
public ::OreUI::IEntryPoint {
24 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
25 ::ll::TypedStorage<8, 64, ::std::function<void()>> mClearAllRequiredTTSEvents;
30 BedScreen& operator=(BedScreen
const&);
31 BedScreen(BedScreen
const&);
37 virtual bool shouldAddToConfiguration() const ;
39 virtual
void addToMatcher(
40 ::OreUI::RouteMatcher& routeMatcher,
41 ::SceneFactory& sceneFactory,
42 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
50 ::ui::ScreenTechStackSelector const& screenTechStackSelector,
51 ::std::function<
void()> clearAllRequiredTTSEvents
54 MCAPI
bool _isOreUIBedScreenEnabled() const;
60 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
62 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
69 ::ui::ScreenTechStackSelector const& screenTechStackSelector,
70 ::std::function<
void()> clearAllRequiredTTSEvents
77 MCFOLD
bool $shouldAddToConfiguration() const;
79 MCAPI
void $addToMatcher(
80 ::OreUI::RouteMatcher& routeMatcher,
81 ::SceneFactory& sceneFactory,
82 ::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