LeviLamina
Loading...
Searching...
No Matches
Persona.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
9
10// auto generated forward declare list
11// clang-format off
12class ISceneStack;
13class SceneFactory;
14namespace OreUI { class RouteMatcher; }
15// clang-format on
16
17namespace OreUI::EntryPoints {
18
19class Persona : public ::OreUI::IEntryPoint {
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual bool shouldAddToConfiguration() const /*override*/;
24
25 virtual void addToMatcher(
26 ::OreUI::RouteMatcher& routeMatcher,
27 ::SceneFactory& sceneFactory,
28 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
29 ) const /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI Persona();
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static ::std::string composeRoute(::std::string const& itemId);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
48
49 MCAPI static ::std::add_lvalue_reference_t<char const[]> ITEM_ID();
50
51 MCAPI static ::std::add_lvalue_reference_t<char const[]> ROUTE();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor();
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCFOLD bool $shouldAddToConfiguration() const;
64
65 MCAPI void $addToMatcher(
66 ::OreUI::RouteMatcher& routeMatcher,
67 ::SceneFactory& sceneFactory,
68 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
69 ) const;
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace OreUI::EntryPoints
Definition ISceneStack.h:5
Definition Persona.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5