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 {
24 ::ll::TypedStorage<8, 64, ::std::function<::LocalPlayer*()>> mGetPrimaryLocalPlayer;
34 virtual void addToMatcher(
35 ::OreUI::RouteMatcher& routeMatcher,
36 ::SceneFactory& sceneFactory,
37 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const& sceneStack
40 virtual bool shouldAddToConfiguration() const ;
46 MCAPI explicit RealmsPermissions(::std::function<::LocalPlayer*()> getPrimaryLocalPlayer);
52 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_ID();
54 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
56 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
62 MCAPI
void* $ctor(::std::function<::LocalPlayer*()> getPrimaryLocalPlayer);
68 MCAPI
void $addToMatcher(
69 ::OreUI::RouteMatcher& routeMatcher,
70 ::SceneFactory& sceneFactory,
71 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
74 MCFOLD
bool $shouldAddToConfiguration() const;
Definition ISceneStack.h:5
Definition LocalPlayer.h:5
Definition RealmsPermissions.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5