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
45 MCAPI void _registerProgressBindings();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
64
65 MCAPI ::ui::DirtyFlag $tick();
66
67 MCFOLD ::std::string $getAdditionalScreenInfo() const;
68
69 MCFOLD void $addStaticScreenVars(::Json::Value& globalVars);
70
71 MCFOLD ::ui::SceneType $getSceneType() const;
72
73 MCAPI void $_registerSafetyEventHandlers();
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCNAPI static void** $vftableForScreenController();
80
82 // NOLINTEND
83};
Definition Value.h:16
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition SafetyDialogScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()