3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
19 ::ll::TypedStorage<8, 64, ::std::function<void()>> mUserReadyToJoinCallback;
20 ::ll::TypedStorage<1, 1, bool> mIsSigningIn;
21 ::ll::TypedStorage<1, 1, bool> mIsUserReady;
22 ::ll::TypedStorage<1, 1, bool> mShouldPromptForPlatformConnection;
23 ::ll::TypedStorage<1, 1, bool> mShouldCheckPremiumPlatformAccess;
24 ::ll::TypedStorage<1, 1, bool> mCheckingPremiumPlatformAccess;
25 ::ll::TypedStorage<1, 1, bool> mAutoXBLSignInAttempted;
26 ::ll::TypedStorage<1, 1, bool> mShowingWarning;
27 ::ll::TypedStorage<1, 1, bool> mIsAnimatingTextVisible;
28 ::ll::TypedStorage<8, 32, ::std::string> mAnimatedMessage;
29 ::ll::TypedStorage<4, 4, int> mAnimationCount;
30 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLastAnimatingTextUpdate;
31 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PlatformMultiplayerRestrictions>> mPlatformMultiplayerRestrictions;
32 ::ll::TypedStorage<1, 1, bool> mHasXBLBroadcast;
37 LateJoinPreGameScreenController();
42 virtual ~LateJoinPreGameScreenController() =
default;
44 virtual void onOpen() ;
46 virtual ::ui::DirtyFlag tick() ;
48 virtual ::std::string _getButtonBDescription() ;
54 MCAPI LateJoinPreGameScreenController(
55 ::std::shared_ptr<::MinecraftScreenModel> model,
56 ::std::function<
void()>
const& userReadyCallback,
60 MCAPI
void _checkPremiumAccessAndShowUpsell(::std::function<
void(
bool)> callback);
62 MCAPI
void _handleUserReadyToJoinGame();
64 MCAPI
void _promptForPlatformConnection();
66 MCAPI
bool _tickAnimatingText(
bool updateBaseText);
68 MCAPI
bool _tickUserState();
70 MCAPI
void _warnLockedSkin();
72 MCAPI
void _warnRestrictedPlatformMultiplayer();
79 ::std::shared_ptr<::MinecraftScreenModel> model,
80 ::std::function<
void()>
const& userReadyCallback,
90 MCAPI ::ui::DirtyFlag $tick();
92 MCAPI ::std::string $_getButtonBDescription();
Definition LateJoinPreGameScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5