LeviLamina
Loading...
Searching...
No Matches
RealmsShareLauncherController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8#include "mc/client/network/realms/GenericStatus.h"
9
10// auto generated forward declare list
11// clang-format off
13struct ModalScreenData;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mRealmInvite;
21 ::ll::TypedStorage<1, 1, bool> mRunOnceBefore;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 RealmsShareLauncherController();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ::ui::DirtyFlag tick() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI RealmsShareLauncherController(::std::shared_ptr<::MinecraftScreenModel> model, ::std::string realmInvite);
38
39 MCAPI void _findAndJoinRealm();
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static ::ModalScreenData
46 DetermineErrorDialog(::Realms::GenericStatus status, ::std::string const& errorMessage);
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCAPI static ::std::string const& INTERNAL_USER_BLOCKED_MESSAGE();
53
54 MCAPI static ::std::string const& INVITE_LINK_DISABLED_MESSAGE();
55
56 MCAPI static ::std::string const& INVITE_LINK_EXPIRED_MESSAGE();
57
58 MCAPI static ::std::string const& INVITE_LINK_NOT_FOUND_MESSAGE();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::string realmInvite);
65 // NOLINTEND
66
67public:
68 // virtual function thunks
69 // NOLINTBEGIN
70 MCAPI ::ui::DirtyFlag $tick();
71 // NOLINTEND
72
73public:
74 // vftables
75 // NOLINTBEGIN
77
78 MCNAPI static void** $vftableForScreenController();
79 // NOLINTEND
80};
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition RealmsShareLauncherController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition ModalScreenData.h:5