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
10public:
11 // MainMenuScreenController inner types define
12 enum class StartRealmFailureAction : int {
13 ShowModalPopup = 0,
14 JustNotifyCallback = 1,
15 };
16
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
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
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52
53 // NOLINTEND
54};
Definition MainMenuScreenController.h:9
Definition MinecraftScreenController.h:20
Definition Alias.h:14