3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/client/gui/screens/models/PlayScreenDefaultTab.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
19namespace OreUI::EntryPoints {
21class PlayScreen :
public ::OreUI::IEntryPoint {
25 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
30 PlayScreen& operator=(PlayScreen
const&);
31 PlayScreen(PlayScreen
const&);
37 virtual bool shouldAddToConfiguration() const ;
39 virtual
void addToMatcher(
40 ::OreUI::RouteMatcher& routeMatcher,
41 ::SceneFactory& sceneFactory,
42 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
45 virtual ~PlayScreen() = default;
51 MCAPI
bool _isOreUIPlayScreenEnabled() const;
57 MCAPI static ::std::
string
58 composeRoute(::PlayScreenDefaultTab tab,
bool isEditorMode, ::std::
string const& dirtyLevelId);
60 MCAPI static ::std::
string getLastPlayScreenTab(::std::vector<::OreUI::RouterLocation> const& routerHistory);
66 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
68 MCAPI static ::std::add_lvalue_reference_t<
char const[]> EDITOR_ROUTE();
70 MCAPI static ::std::add_lvalue_reference_t<
char const[]> LEGACY_ROUTE();
72 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
78 MCAPI
bool $shouldAddToConfiguration() const;
80 MCAPI
void $addToMatcher(
81 ::OreUI::RouteMatcher& routeMatcher,
82 ::SceneFactory& sceneFactory,
83 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition PlayScreen.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition RouterLocation.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7