LeviLamina
Loading...
Searching...
No Matches
ClientInstanceScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ClientInstanceScreenModel>> mClientInstanceScreenModel;
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PlatformMultiplayerRestrictions>> mPlatformMultiplayerRestrictions;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ClientInstanceScreenController();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~ClientInstanceScreenController() /*override*/;
31
32 virtual ::ui::DirtyFlag tick() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI explicit ClientInstanceScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
39
40 MCAPI void presentExitWorldConfirmationOrQuit();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCFOLD void $dtor();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI ::ui::DirtyFlag $tick();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
65
66 MCNAPI static void** $vftableForScreenController();
67 // NOLINTEND
68};
Definition ClientInstanceScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ClientInstanceScreenModel.h:5
Definition MinecraftScreenController.h:5
Definition PlatformMultiplayerRestrictions.h:5