3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/managers/IProfileEntryPromptData.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
19 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::MinecraftScreenController>> mScreenController;
20 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PersonaProfile>> mPersonaProfile;
25 DifferencePromptProfileEntryPromptData();
30 virtual ~DifferencePromptProfileEntryPromptData() =
default;
32 virtual bool allowedToOpenCheck() const ;
34 virtual
void callOnOpen() ;
36 virtual
void callOnClose() ;
42 MCAPI DifferencePromptProfileEntryPromptData(
43 ::Bedrock::NotNullNonOwnerPtr<::MinecraftScreenController> screenController,
44 ::std::shared_ptr<::PersonaProfile> personaProfile
52 ::Bedrock::NotNullNonOwnerPtr<::MinecraftScreenController> screenController,
53 ::std::shared_ptr<::PersonaProfile> personaProfile
60 MCAPI
bool $allowedToOpenCheck() const;
62 MCAPI
void $callOnOpen();
64 MCAPI
void $callOnClose();
Definition DifferencePromptProfileEntryPromptData.h:5
static MCAPI void ** $vftable()
Definition IProfileEntryPromptData.h:5
Definition MinecraftScreenController.h:5
Definition PersonaProfile.h:5