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"
20namespace OreUI::EntryPoints {
26 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
27 ::ll::TypedStorage<8, 64, ::std::function<::LocalPlayer*()>> mGetPrimaryLocalPlayer;
32 PlayerPermissions& operator=(PlayerPermissions
const&);
33 PlayerPermissions(PlayerPermissions
const&);
39 virtual void addToMatcher(
40 ::OreUI::RouteMatcher& routeMatcher,
41 ::SceneFactory& sceneFactory,
42 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const& sceneStack
45 virtual bool shouldAddToConfiguration() const ;
51 MCAPI PlayerPermissions(
52 ::ui::ScreenTechStackSelector const& screenTechStackSelector,
53 ::std::function<::LocalPlayer*()> getPrimaryLocalPlayer
56 MCAPI
bool _isOreUIPlayerPermissionScreenEnabled() const;
62 MCAPI static ::std::
string composeRoute(::ActorUniqueID const&
id);
68 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_ID();
70 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
72 MCAPI static ::std::add_lvalue_reference_t<
char const[]> LEGACY_ROUTE();
74 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
81 ::ui::ScreenTechStackSelector const& screenTechStackSelector,
82 ::std::function<::LocalPlayer*()> getPrimaryLocalPlayer
89 MCAPI
void $addToMatcher(
90 ::OreUI::RouteMatcher& routeMatcher,
91 ::SceneFactory& sceneFactory,
92 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
95 MCAPI
bool $shouldAddToConfiguration() const;
Definition ISceneStack.h:5
Definition LocalPlayer.h:5
Definition PlayerPermissions.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7
Definition ActorUniqueID.h:10