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 {
22 virtual bool shouldAddToConfiguration() const ;
24 virtual
void addToMatcher(
25 ::OreUI::RouteMatcher& routeMatcher,
26 ::SceneFactory& sceneFactory,
27 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
30 virtual ~UpdateVersion() = default;
36 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
38 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
44 MCFOLD
bool $shouldAddToConfiguration() const;
46 MCAPI
void $addToMatcher(
47 ::OreUI::RouteMatcher& routeMatcher,
48 ::SceneFactory& sceneFactory,
49 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition UpdateVersion.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5