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"
12class IOfferRepository;
21namespace OreUI::EntryPoints {
27 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager>
const> mUserManager;
28 ::ll::TypedStorage<8, 64, ::std::function<::Bedrock::NotNullNonOwnerPtr<::IOfferRepository>()>> mGetOfferRepository;
29 ::ll::TypedStorage<8, 64, ::std::function<::Bedrock::NotNullNonOwnerPtr<::SunsettingManager>()>>
30 mGetSunsettingManager;
31 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::RealmsAPI>> mRealms;
41 virtual bool shouldAddToConfiguration() const ;
43 virtual
void addToMatcher(
44 ::OreUI::RouteMatcher& routeMatcher,
45 ::SceneFactory& sceneFactory,
46 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
53 MCAPI RealmsCreateScreen(
54 ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager> userManager,
55 ::std::function<::Bedrock::NotNullNonOwnerPtr<::IOfferRepository>()> getOfferRepository,
56 ::std::function<::Bedrock::NotNullNonOwnerPtr<::SunsettingManager>()> getSunsettingManager,
57 ::std::weak_ptr<::RealmsAPI> realms
64 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
66 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
68 MCAPI static ::std::add_lvalue_reference_t<
char const[]> OFFER_TIER();
70 MCAPI static ::std::add_lvalue_reference_t<
char const[]> REALM_NAME();
72 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
74 MCAPI static ::std::add_lvalue_reference_t<
char const[]> SUBSCRIPTION_ID();
81 ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager> userManager,
82 ::std::function<::Bedrock::NotNullNonOwnerPtr<::IOfferRepository>()> getOfferRepository,
83 ::std::function<::Bedrock::NotNullNonOwnerPtr<::SunsettingManager>()> getSunsettingManager,
84 ::std::weak_ptr<::RealmsAPI> realms
91 MCFOLD
bool $shouldAddToConfiguration() const;
93 MCAPI
void $addToMatcher(
94 ::OreUI::RouteMatcher& routeMatcher,
95 ::SceneFactory& sceneFactory,
96 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition RealmsCreateScreen.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition IUserManager.h:7
Definition SunsettingManager.h:5