3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
18 ::ll::TypedStorage<8, 64, ::std::function<void(
bool)>> mStartWorldCallback;
19 ::ll::TypedStorage<1, 1, bool> mBackupWorld;
24 UpdateWorldHeightScreenController();
29 virtual ~UpdateWorldHeightScreenController() =
default;
31 virtual void onOpen() ;
33 virtual ::ui::SceneType getSceneType() const ;
39 MCAPI UpdateWorldHeightScreenController(
40 ::std::shared_ptr<::MinecraftScreenModel> model,
41 ::std::function<
void(
bool)> startWorldCallback
44 MCAPI
void _registerEventHandlers();
50 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::function<
void(
bool)> startWorldCallback);
58 MCFOLD ::ui::SceneType $getSceneType() const;
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition UpdateWorldHeightScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()