LeviLamina
Loading...
Searching...
No Matches
TrialUpsellScreenController.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/MinecraftScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mIsNewWorld;
19 ::ll::TypedStorage<1, 1, bool> mTimeExpired;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 TrialUpsellScreenController();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~TrialUpsellScreenController() /*override*/ = default;
30
31 virtual void handleLicenseChanged() /*override*/;
32
33 virtual ::ui::SceneType getSceneType() const /*override*/;
34
35 virtual ::std::string _getButtonADescription() /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI
42 TrialUpsellScreenController(::std::shared_ptr<::MinecraftScreenModel> model, bool isNewWorld, bool timeExpired);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, bool isNewWorld, bool timeExpired);
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCFOLD void $handleLicenseChanged();
55
56 MCFOLD ::ui::SceneType $getSceneType() const;
57
58 MCFOLD ::std::string $_getButtonADescription();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
65
66 MCNAPI static void** $vftableForScreenController();
67 // NOLINTEND
68};
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition TrialUpsellScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()