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