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"
17namespace OreUI::EntryPoints {
19class Persona :
public ::OreUI::IEntryPoint {
23 virtual bool shouldAddToConfiguration() const ;
25 virtual
void addToMatcher(
26 ::OreUI::RouteMatcher& routeMatcher,
27 ::SceneFactory& sceneFactory,
28 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
41 MCAPI static ::std::
string composeRoute(::std::
string const& itemId);
47 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
49 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ITEM_ID();
51 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
63 MCFOLD
bool $shouldAddToConfiguration() const;
65 MCAPI
void $addToMatcher(
66 ::OreUI::RouteMatcher& routeMatcher,
67 ::SceneFactory& sceneFactory,
68 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5