LeviLamina
Loading...
Searching...
No Matches
GlobalPauseScreenController.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/ClientInstanceScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // prevent constructor by default
17 GlobalPauseScreenController();
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~GlobalPauseScreenController() /*override*/ = default;
23
24 virtual ::ui::DirtyFlag tick() /*override*/;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI explicit GlobalPauseScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI ::ui::DirtyFlag $tick();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
49
50 MCNAPI static void** $vftableForScreenController();
51 // NOLINTEND
52};
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition GlobalPauseScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()