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