3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
17 AutoSaveInfoScreenController();
22 virtual ~AutoSaveInfoScreenController() =
default;
24 virtual ::std::string _getButtonADescription() ;
26 virtual ::ui::SceneType getSceneType() const ;
32 MCAPI explicit AutoSaveInfoScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
38 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
44 MCAPI ::std::
string $_getButtonADescription();
46 MCFOLD ::ui::SceneType $getSceneType() const;
Definition AutoSaveInfoScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5