LeviLamina
Loading...
Searching...
No Matches
ScreenControllerProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/screens/ScreenControllerProxyType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
MainMenuScreenModel
;
11
// clang-format on
12
13
class
ScreenControllerProxy
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, ::ScreenControllerProxyType const> mType;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ScreenControllerProxy();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~ScreenControllerProxy();
28
29
virtual ::std::shared_ptr<::MainMenuScreenModel> getMainMenuScreenModel();
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
explicit
ScreenControllerProxy(::ScreenControllerProxyType type);
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
* $ctor(::ScreenControllerProxyType type);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCFOLD
void
$dtor();
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCFOLD ::std::shared_ptr<::MainMenuScreenModel> $getMainMenuScreenModel();
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
ScreenControllerProxy
Definition
ScreenControllerProxy.h:5
ScreenControllerProxy::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
gui
screens
ScreenControllerProxy.h
Generated on
for LeviLamina by
1.16.1