LeviLamina
Loading...
Searching...
No Matches
DeleteAccountScreenController.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/deps/core/threading/TaskGroup.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mIsRealmsEnabled;
19 ::ll::TypedStorage<1, 1, bool> mConfirm0;
20 ::ll::TypedStorage<1, 1, bool> mConfirm1;
21 ::ll::TypedStorage<1, 1, bool> mConfirm2;
22 ::ll::TypedStorage<1, 1, bool> mConfirm3;
23 ::ll::TypedStorage<8, 336, ::TaskGroup> mTaskGroup;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 DeleteAccountScreenController();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~DeleteAccountScreenController() /*override*/ = default;
34
35 virtual void onOpen() /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI explicit DeleteAccountScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
42
43 MCAPI void _registerEventHandlers();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCFOLD void $onOpen();
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
62
63 MCNAPI static void** $vftableForScreenController();
64 // NOLINTEND
65};
Definition DeleteAccountScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5