3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
17 ::ll::TypedStorage<1, 1, bool> twoButtonMode;
18 ::ll::TypedStorage<8, 64, ::std::function<void()>> twoButtonCallback;
23 DisabledSkinScreenController();
28 virtual ~DisabledSkinScreenController() =
default;
30 virtual ::std::string getTelemetryOverride() const ;
32 virtual
void onEntered() ;
38 MCAPI DisabledSkinScreenController(
39 ::std::shared_ptr<::MinecraftScreenModel> model,
40 bool twoButtonWithCallback,
41 ::std::function<
void()> callback
49 ::std::shared_ptr<::MinecraftScreenModel> model,
50 bool twoButtonWithCallback,
51 ::std::function<
void()> callback
58 MCAPI ::std::
string $getTelemetryOverride() const;
60 MCAPI
void $onEntered();
Definition DisabledSkinScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5