3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/ViewRequest.h"
8#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
19 ::ll::TypedStorage<8, 32, ::std::string> mTitleMessage;
20 ::ll::TypedStorage<8, 32, ::std::string> mTelemetryOverride;
21 ::ll::TypedStorage<8, 32, ::std::string> mDisconnectString;
22 ::ll::TypedStorage<1, 1, bool> mShowAccountSettingUriButton;
27 DisconnectScreenController();
32 virtual ~DisconnectScreenController() ;
34 virtual void onOpen() ;
36 virtual ::std::string getAdditionalScreenInfo() const ;
38 virtual ::std::
string getTelemetryOverride() const ;
40 virtual ::ui::SceneType getSceneType() const ;
42 virtual ::std::
string _getButtonADescription() ;
44 virtual ::ui::ViewRequest _processLeaveScreen();
50 MCAPI DisconnectScreenController(
51 ::std::shared_ptr<::MinecraftScreenModel> model,
52 ::std::
string const& titleMessage,
53 ::std::
string const& displayMessage,
54 ::std::
string const& telemetryOverride
62 ::std::shared_ptr<::MinecraftScreenModel> model,
63 ::std::
string const& titleMessage,
64 ::std::
string const& displayMessage,
65 ::std::
string const& telemetryOverride
80 MCAPI ::std::
string $getAdditionalScreenInfo() const;
82 MCAPI ::std::
string $getTelemetryOverride() const;
84 MCFOLD ::ui::SceneType $getSceneType() const;
86 MCFOLD ::std::
string $_getButtonADescription();
88 MCAPI ::ui::ViewRequest $_processLeaveScreen();
Definition DisconnectScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5