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
25 virtual ~ContentLogScreenController() /*override*/ = default;
26 // NOLINTEND
27
28public:
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
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftableForScreenController();
52
54 // NOLINTEND
55};
Definition ContentLogScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5