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 {
23 using GetPackSettingsCallback = ::std::function<::std::optional<::PackSettingsInfo>(::std::string
const&)>;
28 ::ll::TypedStorage<8, 64, ::std::function<::std::optional<::PackSettingsInfo>(::std::string
const&)>>
29 mGetPackSettingsCallback;
39 virtual bool shouldAddToConfiguration() const ;
41 virtual
void addToMatcher(
42 ::OreUI::RouteMatcher& routeMatcher,
43 ::SceneFactory& sceneFactory,
44 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
51 MCAPI explicit RealmsPackSettings(
52 ::std::function<::std::optional<::PackSettingsInfo>(::std::
string const&)> getPackSettingsCallback
59 MCAPI static ::std::
string _getPackIdVersionFromRoute(::std::
string const& path);
65 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
67 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
69 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
76 $ctor(::std::function<::std::optional<::PackSettingsInfo>(::std::
string const&)> getPackSettingsCallback);
82 MCFOLD
bool $shouldAddToConfiguration() const;
84 MCAPI
void $addToMatcher(
85 ::OreUI::RouteMatcher& routeMatcher,
86 ::SceneFactory& sceneFactory,
87 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition RealmsPackSettings.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition PackSettingsInfo.h:5