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
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~ClientInstanceScreenController() /*override*/;
33
34 // vIndex: 2
35 virtual ::ui::DirtyFlag tick() /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI explicit ClientInstanceScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
42
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCNAPI ::ui::DirtyFlag $tick();
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
68
69 MCNAPI static void** $vftableForScreenController();
70 // NOLINTEND
71};
Definition ClientInstanceScreenController.h:14
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:39
Definition MinecraftScreenController.h:5
Definition _HeaderOutputPredefine.h:273