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 {
23 ::ll::TypedStorage<8, 64, ::std::function<::LocalPlayer*()>> mGetPrimaryLocalPlayer;
29 virtual void addToMatcher(
30 ::OreUI::RouteMatcher& routeMatcher,
31 ::SceneFactory& sceneFactory,
32 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const& sceneStack
35 virtual bool shouldAddToConfiguration() const ;
37 virtual ~RealmsPermissions() = default;
43 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_ID();
45 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
51 MCAPI
void $addToMatcher(
52 ::OreUI::RouteMatcher& routeMatcher,
53 ::SceneFactory& sceneFactory,
54 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
57 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