LeviLamina
Loading...
Searching...
No Matches
RealmsPlusPurchaseWarningScreenController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
MainMenuScreenModel
;
11
// clang-format on
12
13
class
RealmsPlusPurchaseWarningScreenController
:
public
::MainMenuScreenController
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mCheckedUnderstand;
18
::ll::TypedStorage<8, 64, ::std::function<void()>> mCallback;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
RealmsPlusPurchaseWarningScreenController();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
~RealmsPlusPurchaseWarningScreenController()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI RealmsPlusPurchaseWarningScreenController(
35
::std::shared_ptr<::MainMenuScreenModel> model,
36
::std::function<
void
()> callback
37
);
38
39
MCAPI
void
_registerEventHandlers();
40
// NOLINTEND
41
42
public
:
43
// constructor thunks
44
// NOLINTBEGIN
45
MCAPI
void
* $ctor(::std::shared_ptr<::MainMenuScreenModel> model, ::std::function<
void
()> callback);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
52
53
MCNAPI
static
void
**
$vftableForScreenController
();
54
// NOLINTEND
55
};
MainMenuScreenController
Definition
MainMenuScreenController.h:5
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
RealmsPlusPurchaseWarningScreenController
Definition
RealmsPlusPurchaseWarningScreenController.h:5
RealmsPlusPurchaseWarningScreenController::$vftableForScreenController
static MCAPI void ** $vftableForScreenController()
RealmsPlusPurchaseWarningScreenController::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
src-client
mc
client
gui
screens
controllers
RealmsPlusPurchaseWarningScreenController.h
Generated on
for LeviLamina by
1.16.1