LeviLamina
Loading...
Searching...
No Matches
RealmsWarningScreenController.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/ViewRequest.h"
8#include "mc/client/gui/screens/controllers/DisconnectScreenController.h"
9#include "mc/client/network/realms/World.h"
10
11// auto generated forward declare list
12// clang-format off
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
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;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 RealmsWarningScreenController();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~RealmsWarningScreenController() /*override*/ = default;
36
37 virtual ::ui::DirtyFlag tick() /*override*/;
38
39 virtual ::ui::ViewRequest _processLeaveScreen() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45 MCAPI explicit RealmsWarningScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
46
47 MCAPI RealmsWarningScreenController(
48 ::std::shared_ptr<::MinecraftScreenModel> model,
49 ::Realms::World const& world,
50 ::std::string const& ip,
51 int port,
52 ::std::string const& serverRegion,
53 int serviceQuality
54 );
55
56 MCAPI void _registerEventHandlers();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
63
64 MCAPI void* $ctor(
65 ::std::shared_ptr<::MinecraftScreenModel> model,
66 ::Realms::World const& world,
67 ::std::string const& ip,
68 int port,
69 ::std::string const& serverRegion,
70 int serviceQuality
71 );
72 // NOLINTEND
73
74public:
75 // virtual function thunks
76 // NOLINTBEGIN
77 MCAPI ::ui::DirtyFlag $tick();
78
79 MCAPI ::ui::ViewRequest $_processLeaveScreen();
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
86
87 MCNAPI static void** $vftableForScreenController();
88 // NOLINTEND
89};
Definition DisconnectScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition RealmsWarningScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()