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 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI ::std::string $_getButtonADescription();
45
46 MCFOLD ::ui::SceneType $getSceneType() const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftableForScreenController();
53
55 // NOLINTEND
56};
Definition AutoSaveInfoScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5