3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
16namespace OreUI::EntryPoints {
18class Persona :
public ::OreUI::IEntryPoint {
22 virtual bool shouldAddToConfiguration() const ;
24 virtual
void addToMatcher(
25 ::OreUI::RouteMatcher& routeMatcher,
26 ::SceneFactory& sceneFactory,
27 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
30 virtual ~Persona() = default;
36 MCAPI static ::std::
string composeRoute(::std::
string const& itemId);
42 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ITEM_ID();
44 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
50 MCFOLD
bool $shouldAddToConfiguration() const;
52 MCAPI
void $addToMatcher(
53 ::OreUI::RouteMatcher& routeMatcher,
54 ::SceneFactory& sceneFactory,
55 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5