LeviLamina
Loading...
Searching...
No Matches
MainMenuScreenController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
7
#include "mc/client/player/PickCustomSkinResult.h"
8
9
class
MainMenuScreenController
:
public
::MinecraftScreenController
{
10
public
:
11
// MainMenuScreenController inner types define
12
enum class
StartRealmFailureAction :
int
{
13
ShowModalPopup = 0,
14
JustNotifyCallback = 1,
15
};
16
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 16>
mUnk793974;
21
::ll::UntypedStorage<8, 8>
mUnkfd6e69;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
MainMenuScreenController
& operator=(
MainMenuScreenController
const
&);
27
MainMenuScreenController
(
MainMenuScreenController
const
&);
28
MainMenuScreenController
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 0
34
virtual
~MainMenuScreenController
()
/*override*/
=
default
;
35
36
// vIndex: 6
37
virtual
void
onOpen()
/*override*/
;
38
39
// vIndex: 52
40
virtual
void
showPickCustomSkinDialog(::std::function<
void
(::PickCustomSkinResult)>)
/*override*/
;
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
53
// NOLINTEND
54
};
MainMenuScreenController
Definition
MainMenuScreenController.h:9
MinecraftScreenController
Definition
MinecraftScreenController.h:20
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
gui
screens
controllers
MainMenuScreenController.h
Generated on Sat Apr 26 2025 05:55:21 for LeviLamina by
1.12.0