LeviLamina
Loading...
Searching...
No Matches
ContentLogScreenController.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/GameEventNotification.h"
8
#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
MinecraftScreenModel
;
13
// clang-format on
14
15
class
ContentLogScreenController
:
public
::MinecraftScreenController
{
16
public
:
17
// prevent constructor by default
18
ContentLogScreenController();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification notification)
/*override*/
;
24
25
virtual
~ContentLogScreenController()
/*override*/
=
default
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
explicit
ContentLogScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
32
33
MCAPI
void
_handleContentLogMessage(::std::string
const
& message);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftableForScreenController
();
52
53
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
54
// NOLINTEND
55
};
ContentLogScreenController
Definition
ContentLogScreenController.h:5
ContentLogScreenController::$vftableForScreenController
static MCAPI void ** $vftableForScreenController()
ContentLogScreenController::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MinecraftScreenController
Definition
MinecraftScreenController.h:5
MinecraftScreenModel
Definition
MinecraftScreenModel.h:5
src-client
mc
client
gui
screens
controllers
ContentLogScreenController.h
Generated on
for LeviLamina by
1.16.1