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/client/network/realms/RealmId.h"
9#include "mc/deps/core/utility/NonOwnerPointer.h"
20namespace OreUI::EntryPoints {
34 ::ll::TypedStorage<8, 8, ::Realms::RealmId> realmId;
35 ::ll::TypedStorage<8, 32, ::std::string> tab;
41 MCAPI ~PathComponents();
54 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::Realms::RealmsList>()>> mGetRealmsList;
55 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
60 RealmsSlotSettings& operator=(RealmsSlotSettings
const&);
61 RealmsSlotSettings(RealmsSlotSettings
const&);
67 virtual bool shouldAddToConfiguration() const ;
69 virtual
void addToMatcher(
70 ::OreUI::RouteMatcher& routeMatcher,
71 ::SceneFactory& sceneFactory,
72 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
79 MCAPI RealmsSlotSettings(
80 ::std::function<::std::shared_ptr<::Realms::RealmsList>()> getRealmsList,
81 ::ui::ScreenTechStackSelector const& screenTechStackSelector
88 MCAPI static ::std::optional<::OreUI::EntryPoints::RealmsSlotSettings::
PathComponents>
89 _parsePath(::std::
string const& path);
91 MCAPI static ::std::
string
92 composePackActivationRoute(::Realms::RealmId realmId, ::std::
string const& initialPackId);
94 MCAPI static ::std::
string composeRoute(::Realms::RealmId realmId);
100 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
102 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
104 MCAPI static ::std::add_lvalue_reference_t<
char const[]> LEGACY_ROUTE();
106 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
113 ::std::function<::std::shared_ptr<::Realms::RealmsList>()> getRealmsList,
114 ::ui::ScreenTechStackSelector const& screenTechStackSelector
121 MCAPI
bool $shouldAddToConfiguration() const;
123 MCAPI
void $addToMatcher(
124 ::OreUI::RouteMatcher& routeMatcher,
125 ::SceneFactory& sceneFactory,
126 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition RealmsSlotSettings.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition RealmsList.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7
Definition RealmsSlotSettings.h:15