LeviLamina
Loading...
Searching...
No Matches
AutoSaveInfoScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // prevent constructor by default
17 AutoSaveInfoScreenController();
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~AutoSaveInfoScreenController() /*override*/ = default;
23
24 virtual ::std::string _getButtonADescription() /*override*/;
25
26 virtual ::ui::SceneType getSceneType() const /*override*/;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI explicit AutoSaveInfoScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
33
34 MCAPI void _registerEventHandlers();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI ::std::string $_getButtonADescription();
47
48 MCFOLD ::ui::SceneType $getSceneType() const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftableForScreenController();
55
57 // NOLINTEND
58};
Definition AutoSaveInfoScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5