LeviLamina
Loading...
Searching...
No Matches
MinecraftScreenModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/download/IDlcBatcher.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8#include "mc/network/connection/DisconnectFailReason.h"
9
10// auto generated forward declare list
11// clang-format off
12class DlcId;
13class IDlcBatchModel;
14class SkinHandle;
16struct PackIdVersion;
17// clang-format on
18
19class MinecraftScreenModel : public ::IDlcBatcher, public ::std::enable_shared_from_this<::MinecraftScreenModel> {
20public:
21 // MinecraftScreenModel inner types declare
22 // clang-format off
23 struct Context;
24 struct LoadingMessages;
25 // clang-format on
26
27 // MinecraftScreenModel inner types define
28 struct Context {
29 public:
30 // member variables
31 // NOLINTBEGIN
38 // NOLINTEND
39
40 public:
41 // prevent constructor by default
42 Context& operator=(Context const&);
43 Context(Context const&);
44 Context();
45 };
46
48 public:
49 // member variables
50 // NOLINTBEGIN
57 // NOLINTEND
58
59 public:
60 // prevent constructor by default
61 LoadingMessages& operator=(LoadingMessages const&);
64 };
65
66 enum class FriendsDrawerLocation : int {
67 MainMenu = 0,
68 InGameMenu = 1,
69 };
70
71public:
72 // member variables
73 // NOLINTBEGIN
98 // NOLINTEND
99
100public:
101 // prevent constructor by default
105
106public:
107 // virtual functions
108 // NOLINTBEGIN
109 // vIndex: 0
110 virtual ~MinecraftScreenModel() /*override*/ = default;
111
112 // vIndex: 4
113 virtual void
114 navigateToDisconnectScreen(::std::string const&, ::std::string const&, ::Connection::DisconnectFailReason);
115
116 // vIndex: 5
117 virtual bool isInGame() const;
118
119 // vIndex: 6
120 virtual bool isSelectedSkinInitialized() const;
121
122 // vIndex: 7
123 virtual bool platformTTSExists() const;
124
125 // vIndex: 3
126 virtual ::IDlcBatchModel& getDlcBatchModel(::std::vector<::DlcId> const&) /*override*/;
127
128 // vIndex: 2
129 virtual ::IDlcBatchModel& getDlcBatchModel(::std::vector<::std::string> const&) /*override*/;
130
131 // vIndex: 1
132 virtual ::IDlcBatchModel& getDlcBatchModel(::std::vector<::PackIdVersion> const&) /*override*/;
133
134 // vIndex: 8
135 virtual ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository> getStoreCatalogRepository() const;
136
137 // vIndex: 9
138 virtual float getStoreNetworkFailureTimeout() const;
139
140 // vIndex: 10
141 virtual bool isAdhocEnabled() const;
142
143 // vIndex: 11
144 virtual bool isDirty() const;
145
146 // vIndex: 12
147 virtual ::SkinHandle const& getSelectedSkinHandle() const;
148
149 // vIndex: 13
150 virtual ::std::string const& getLastPoppedScreenName() const;
151 // NOLINTEND
152
153public:
154 // virtual function thunks
155 // NOLINTBEGIN
156
157 // NOLINTEND
158};
Definition DlcId.h:5
Definition IDlcBatchModel.h:5
Definition IDlcBatcher.h:12
Definition MinecraftScreenModel.h:19
Definition SkinHandle.h:5
Definition StoreCatalogRepository.h:5
Definition MinecraftScreenModel.h:28
Definition MinecraftScreenModel.h:47
Definition PackIdVersion.h:10
Definition Alias.h:14