3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/screens/controllers/LibraryModalScreenType.h"
8#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
19 ::ll::TypedStorage<8, 64, ::std::function<void(
bool)>> mOnModalDismissed;
20 ::ll::TypedStorage<1, 1, ::LibraryModalScreenType> mType;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mEventProperties;
26 LibraryModalScreenController();
31 virtual ~LibraryModalScreenController() ;
33 virtual ::ui::SceneType getSceneType() const ;
35 virtual ::std::
string getTelemetryOverride() const ;
37 virtual
void addEventProperties(::std::unordered_map<::std::
string, ::std::
string>& eventProperties) const
44 MCAPI LibraryModalScreenController(
45 ::std::shared_ptr<::MinecraftScreenModel> model,
46 ::LibraryModalScreenType type,
47 ::std::function<
void(
bool)> onModalDismissed,
48 ::std::vector<::std::pair<::std::
string, ::std::
string>> eventProperties
56 ::std::shared_ptr<::MinecraftScreenModel> model,
57 ::LibraryModalScreenType type,
58 ::std::function<
void(
bool)> onModalDismissed,
59 ::std::vector<::std::pair<::std::
string, ::std::
string>> eventProperties
72 MCFOLD ::ui::SceneType $getSceneType() const;
74 MCAPI ::std::
string $getTelemetryOverride() const;
76 MCAPI
void $addEventProperties(::std::unordered_map<::std::
string, ::std::
string>& eventProperties) const;
Definition LibraryModalScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5