3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
17namespace OreUI::EntryPoints {
22 using GetPackSettingsCallback = ::std::function<::std::optional<::PackSettingsInfo>(::std::string
const&)>;
27 ::ll::TypedStorage<8, 64, ::std::function<::std::optional<::PackSettingsInfo>(::std::string
const&)>>
28 mGetPackSettingsCallback;
34 virtual bool shouldAddToConfiguration() const ;
36 virtual
void addToMatcher(
37 ::OreUI::RouteMatcher& routeMatcher,
38 ::SceneFactory& sceneFactory,
39 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
42 virtual ~RealmsPackSettings() = default;
48 MCAPI static ::std::
string _getPackIdVersionFromRoute(::std::
string const& path);
54 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
56 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
62 MCFOLD
bool $shouldAddToConfiguration() const;
64 MCAPI
void $addToMatcher(
65 ::OreUI::RouteMatcher& routeMatcher,
66 ::SceneFactory& sceneFactory,
67 ::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