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
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::UntypedStorage<8, 16> mUnk75b644;
19 ::ll::UntypedStorage<8, 8> mUnk19679b;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ClientInstanceScreenController& operator=(ClientInstanceScreenController const&);
25 ClientInstanceScreenController(ClientInstanceScreenController const&);
26 ClientInstanceScreenController();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~ClientInstanceScreenController() /*override*/;
32
33 virtual ::ui::DirtyFlag tick() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI explicit ClientInstanceScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCNAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCNAPI ::ui::DirtyFlag $tick();
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
66
67 MCNAPI static void** $vftableForScreenController();
68 // NOLINTEND
69};
Definition ClientInstanceScreenController.h:5
MCAPI void * $ctor(::std::shared_ptr<::ClientInstanceScreenModel > model)
static MCAPI void ** $vftableForScreenController()
MCAPI::ui::DirtyFlag $tick()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MCAPI void presentExitWorldConfirmationOrQuit()
MCAPI ClientInstanceScreenController(::std::shared_ptr<::ClientInstanceScreenModel > model)
Definition ClientInstanceScreenModel.h:5
Definition MinecraftScreenController.h:5