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() ;
37 MCAPI RealmsShareLauncherController(::std::shared_ptr<::MinecraftScreenModel> model, ::std::string realmInvite);
39 MCAPI
void _findAndJoinRealm();
45 MCAPI static ::ModalScreenData
46 DetermineErrorDialog(::Realms::GenericStatus status, ::std::string
const& errorMessage);
52 MCAPI static ::std::string
const& INTERNAL_USER_BLOCKED_MESSAGE();
54 MCAPI static ::std::string
const& INVITE_LINK_DISABLED_MESSAGE();
56 MCAPI static ::std::string
const& INVITE_LINK_EXPIRED_MESSAGE();
58 MCAPI static ::std::string
const& INVITE_LINK_NOT_FOUND_MESSAGE();
64 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::string realmInvite);
70 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