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 ::std::enable_shared_from_this<::MinecraftScreenModel>, public ::IDlcBatcher {
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
66public:
67 // member variables
68 // NOLINTBEGIN
92 // NOLINTEND
93
94public:
95 // prevent constructor by default
99
100public:
101 // virtual functions
102 // NOLINTBEGIN
103 // vIndex: 0
104 virtual ~MinecraftScreenModel() /*override*/ = default;
105
106 // vIndex: 4
107 virtual void
108 navigateToDisconnectScreen(::std::string const&, ::std::string const&, ::Connection::DisconnectFailReason);
109
110 // vIndex: 5
111 virtual bool isInGame() const;
112
113 // vIndex: 6
114 virtual bool isSelectedSkinInitialized() const;
115
116 // vIndex: 7
117 virtual bool platformTTSExists() const;
118
119 // vIndex: 3
120 virtual ::IDlcBatchModel& getDlcBatchModel(::std::vector<::DlcId> const&) /*override*/;
121
122 // vIndex: 2
123 virtual ::IDlcBatchModel& getDlcBatchModel(::std::vector<::std::string> const&) /*override*/;
124
125 // vIndex: 1
126 virtual ::IDlcBatchModel& getDlcBatchModel(::std::vector<::PackIdVersion> const&) /*override*/;
127
128 // vIndex: 8
129 virtual ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository> getStoreCatalogRepository() const;
130
131 // vIndex: 9
132 virtual float getStoreNetworkFailureTimeout() const;
133
134 // vIndex: 10
135 virtual bool isAdhocEnabled() const;
136
137 // vIndex: 11
138 virtual bool isDirty() const;
139
140 // vIndex: 12
141 virtual ::SkinHandle const& getSelectedSkinHandle() const;
142
143 // vIndex: 13
144 virtual ::std::string const& getLastPoppedScreenName() const;
145 // NOLINTEND
146
147public:
148 // destructor thunk
149 // NOLINTBEGIN
150
151 // NOLINTEND
152
153public:
154 // virtual function thunks
155 // NOLINTBEGIN
156
157 // NOLINTEND
158};
Definition DlcId.h:5
Definition IDlcBatchModel.h:15
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:14
Definition Alias.h:14