LeviLamina
Loading...
Searching...
No Matches
SafetyDialogScreenController.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/SceneType.h"
9#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
10
11// auto generated forward declare list
12// clang-format off
14namespace Json { class Value; }
15// clang-format on
16
18public:
19 // prevent constructor by default
20 SafetyDialogScreenController();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~SafetyDialogScreenController() /*override*/;
26
27 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification notification) /*override*/;
28
29 virtual ::ui::DirtyFlag tick() /*override*/;
30
31 virtual ::std::string getAdditionalScreenInfo() const /*override*/;
32
33 virtual void addStaticScreenVars(::Json::Value& globalVars) /*override*/;
34
35 virtual ::ui::SceneType getSceneType() const /*override*/;
36
37 virtual void _registerSafetyEventHandlers();
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI explicit SafetyDialogScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
62
63 MCAPI ::ui::DirtyFlag $tick();
64
65 MCFOLD ::std::string $getAdditionalScreenInfo() const;
66
67 MCFOLD void $addStaticScreenVars(::Json::Value& globalVars);
68
69 MCFOLD ::ui::SceneType $getSceneType() const;
70
71 MCAPI void $_registerSafetyEventHandlers();
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCNAPI static void** $vftableForScreenController();
78
80 // NOLINTEND
81};
Definition Value.h:16
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition SafetyDialogScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()