3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8#include "mc/client/network/realms/GenericStatus.h"
20 ::ll::TypedStorage<8, 32, ::std::string> mRealmInvite;
21 ::ll::TypedStorage<1, 1, bool> mRunOnceBefore;
26 RealmsShareLauncherController();
31 virtual ::ui::DirtyFlag tick() ;
33 virtual ~RealmsShareLauncherController() =
default;
39 MCAPI RealmsShareLauncherController(::std::shared_ptr<::MinecraftScreenModel> model, ::std::string realmInvite);
41 MCAPI
void _findAndJoinRealm();
47 MCAPI static ::ModalScreenData
48 DetermineErrorDialog(::Realms::GenericStatus status, ::std::string
const& errorMessage);
54 MCAPI static ::std::string
const& INTERNAL_USER_BLOCKED_MESSAGE();
56 MCAPI static ::std::string
const& INVITE_LINK_DISABLED_MESSAGE();
58 MCAPI static ::std::string
const& INVITE_LINK_EXPIRED_MESSAGE();
60 MCAPI static ::std::string
const& INVITE_LINK_NOT_FOUND_MESSAGE();
66 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::string realmInvite);
72 MCAPI ::ui::DirtyFlag $tick();
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition RealmsShareLauncherController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition ModalScreenData.h:5