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
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
explicit
ContentLogScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
30
31
MCAPI
void
_handleContentLogMessage(::std::string
const
& message);
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftableForScreenController
();
50
51
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
52
// NOLINTEND
53
};
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