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
13// clang-format on
14
16public:
17 // prevent constructor by default
18 ContentLogScreenController();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification notification) /*override*/;
24 // NOLINTEND
25
26public:
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
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftableForScreenController();
50
52 // NOLINTEND
53};
Definition ContentLogScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5