3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
7#include "mc/client/gui/screens/controllers/TabbedUpsellScreenDefaultTab.h"
12namespace Json {
class Value; }
19 ::ll::TypedStorage<4, 4, ::TabbedUpsellScreenDefaultTab> mActiveTabIndex;
24 TabbedUpsellScreenController();
29 virtual ~TabbedUpsellScreenController() =
default;
31 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
33 virtual ::std::string getAdditionalScreenInfo() const ;
40 TabbedUpsellScreenController(::std::shared_ptr<::MinecraftScreenModel> model, ::TabbedUpsellScreenDefaultTab tab);
42 MCAPI ::std::
string _getActiveTab() const;
48 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::TabbedUpsellScreenDefaultTab tab);
54 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
56 MCAPI ::std::
string $getAdditionalScreenInfo() const;
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition TabbedUpsellScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()