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()>> mCallback;
23 GameInputErrorScreenController();
28 virtual ~GameInputErrorScreenController() =
default;
30 virtual void onOpen() ;
32 virtual ::ui::SceneType getSceneType() const ;
39 GameInputErrorScreenController(::std::shared_ptr<::MinecraftScreenModel> model, ::std::function<
void()> callback);
45 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::function<
void()> callback);
53 MCFOLD ::ui::SceneType $getSceneType() const;
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5