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"
16namespace Realms {
struct RealmId; }
19namespace OreUI::EntryPoints {
25 ::ll::TypedStorage<8, 64, ::std::function<::std::shared_ptr<::Realms::RealmsWorldContext>()>>
26 mGetRealmsWorldContext;
31 RealmsHubSettingsScreen();
36 virtual bool shouldAddToConfiguration() const ;
38 virtual
void addToMatcher(
39 ::OreUI::RouteMatcher& routeMatcher,
40 ::SceneFactory& sceneFactory,
41 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
48 MCAPI explicit RealmsHubSettingsScreen(
49 ::std::function<::std::shared_ptr<::Realms::RealmsWorldContext>()> getRealmsWorldContext
56 MCAPI static ::std::pair<::std::optional<::Realms::RealmId>, ::std::
string>
57 _tryParseRealmIdAndScreenRouteFromPath(::std::
string const& path);
63 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
65 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
71 MCAPI
void* $ctor(::std::function<::std::shared_ptr<::Realms::RealmsWorldContext>()> getRealmsWorldContext);
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
Definition RealmsHubSettingsScreen.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition RealmsWorldContext.h:7
Definition SceneFactory.h:5