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 _registerBindings();
44
45 MCAPI void _registerEventHandlers();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCFOLD void $onOpen();
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
64
65 MCNAPI static void** $vftableForScreenController();
66 // NOLINTEND
67};
Definition DeleteAccountScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5