3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/ViewRequest.h"
8#include "mc/client/gui/screens/controllers/DisconnectScreenController.h"
9#include "mc/client/network/realms/World.h"
20 ::ll::TypedStorage<8, 656, ::Realms::World> mWorld;
21 ::ll::TypedStorage<8, 32, ::std::string> mIP;
22 ::ll::TypedStorage<4, 4, int> mPort;
23 ::ll::TypedStorage<1, 1, bool> mJoinRealm;
24 ::ll::TypedStorage<8, 32, ::std::string> mServerRegion;
25 ::ll::TypedStorage<4, 4, int> mServiceQuality;
30 RealmsWarningScreenController();
35 virtual ~RealmsWarningScreenController() =
default;
37 virtual ::ui::DirtyFlag tick() ;
39 virtual ::ui::ViewRequest _processLeaveScreen() ;
45 MCAPI
explicit RealmsWarningScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
47 MCAPI RealmsWarningScreenController(
48 ::std::shared_ptr<::MinecraftScreenModel> model,
49 ::Realms::World
const& world,
50 ::std::string
const& ip,
52 ::std::string
const& serverRegion,
56 MCAPI
void _registerEventHandlers();
62 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
65 ::std::shared_ptr<::MinecraftScreenModel> model,
66 ::Realms::World
const& world,
67 ::std::string
const& ip,
69 ::std::string
const& serverRegion,
77 MCAPI ::ui::DirtyFlag $tick();
79 MCAPI ::ui::ViewRequest $_processLeaveScreen();
Definition DisconnectScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition RealmsWarningScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()