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