LeviLamina
Loading...
Searching...
No Matches
DayOneExperienceIntroScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/screens/controllers/DayOneExperienceIntroScreenTabs.h"
8#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace Json { class Value; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::DayOneExperienceIntroScreenTabs> mActiveTabIndex;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 DayOneExperienceIntroScreenController();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~DayOneExperienceIntroScreenController() /*override*/ = default;
31
32 virtual ::std::string getAdditionalScreenInfo() const /*override*/;
33
34 virtual void addStaticScreenVars(::Json::Value& globalVars) /*override*/;
35
36 virtual void onOpen() /*override*/;
37
38 virtual ::ui::SceneType getSceneType() const /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI explicit DayOneExperienceIntroScreenController(::std::shared_ptr<::MainMenuScreenModel> model);
45
46 MCAPI ::std::string _getActiveTab() const;
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model);
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI ::std::string $getAdditionalScreenInfo() const;
59
60 MCAPI void $addStaticScreenVars(::Json::Value& globalVars);
61
62 MCAPI void $onOpen();
63
64 MCFOLD ::ui::SceneType $getSceneType() const;
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftableForScreenController();
71
73 // NOLINTEND
74};
Definition DayOneExperienceIntroScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition Value.h:16
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5