LeviLamina
Loading...
Searching...
No Matches
MinecraftGame.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/identity/edu/CredentialsObserver.h"
7#include "mc/certificates/identity/edu/GenericCredentialsEvent.h"
8#include "mc/client/game/DeferredTaskCategory.h"
9#include "mc/client/game/IMinecraftGame.h"
10#include "mc/client/game/IMultiPlayerServices.h"
11#include "mc/client/game/SerialWorkList.h"
12#include "mc/client/game/StartIntent.h"
13#include "mc/client/game/local_server_launcher/ILocalServerLauncherImpl.h"
14#include "mc/client/gui/GameEventNotification.h"
15#include "mc/client/options/OptionsObserver.h"
16#include "mc/client/renderer/texture/TextureAtlasStatus.h"
17#include "mc/client/social/JoinGameStatus.h"
18#include "mc/client/social/MultiplayerServiceIdentifier.h"
19#include "mc/client/social/UserPlatformConnectionResult.h"
20#include "mc/common/App.h"
21#include "mc/common/SubClientId.h"
22#include "mc/deps/application/LowMemorySeverity.h"
23#include "mc/deps/core/file/PathBuffer.h"
24#include "mc/deps/core/threading/Async.h"
25#include "mc/deps/core/threading/DeferredTasksManager.h"
26#include "mc/deps/core/utility/NonOwnerPointer.h"
27#include "mc/deps/input/InputMode.h"
28#include "mc/deps/input/PointerType.h"
29#include "mc/events/IMinecraftEventing.h"
30#include "mc/events/NetworkType.h"
31#include "mc/locale/I18nObserver.h"
32#include "mc/platform/MultiplayerLockedContext.h"
33#include "mc/platform/brstd/move_only_function.h"
34#include "mc/resources/ResourcePackListener.h"
35#include "mc/sound/MusicRepeatMode.h"
36#include "mc/world/level/LevelListener.h"
37
38// auto generated forward declare list
39// clang-format off
46class ChunkSource;
47class ClientInstance;
49class ClubsService;
52class ContentIdentity;
55class DateManager;
58class EDUSystems;
59class EmoticonManager;
60class EntityContext;
62class FileArchiver;
64class FontHandle;
66class GameRenderer;
68class GeometryGroup;
70class GuiData;
71class IApp;
73class IClientInstance;
76class IContentManager;
78class IDlcValidation;
79class IEntitlementManager;
81class IGameModuleApp;
83class ILevelListCache;
85class IOfferRepository;
87class ISceneStack;
89class IThirdPartyServerRepository;
91class IUIRepository;
92class ItemRegistryRef;
94class LevelDbEnv;
95class LevelLoader;
96class LevelSettings;
99class LocalPlayer;
100class MarketplaceServicesManager;
101class Minecraft;
104class MusicManager;
105class NewPlayerSystem;
106class Option;
107class OptionRegistry;
109class PackManifest;
114class PersonaService;
115class PixelCalc;
116class Player;
118class ProfanityContext;
120class RealmsAPI;
126class SceneFactory;
128class SeasonsRenderer;
129class SerialWorkList;
130class ServerInstance;
133class ServiceDrivenImageRepository;
134class ServicesManager;
135class SkinRepository;
136class SoundEngine;
137class StoreCatalogRepository;
139class TaskGroup;
140class TextToIconMapper;
141class TextureAtlas;
142class Timer;
144class TrialManager;
146class Vec3;
149struct ActorUniqueID;
151struct DimensionType;
159struct ScreenshotOptions;
160namespace Automation { class AutomationClient; }
161namespace Bedrock { class ActivationArguments; }
162namespace Bedrock { class ScopeExit; }
163namespace Bedrock::PubSub { class Subscription; }
164namespace ClientBlobCache { class Cache; }
165namespace ClientBlockPipeline { class SchematicsRepository; }
166namespace Core { class FilePathManager; }
167namespace Core { class Path; }
168namespace LocalServerLauncher { class IGameInterface; }
169namespace LocalServerLauncher { class IServerInstanceBuilder; }
170namespace LocalServerLauncher { struct GameDependencies; }
171namespace LocalServerLauncher { struct ServerInitData; }
172namespace LocalServerLauncher { struct ServerLaunchResult; }
173namespace LocalServerLauncher::Impl { struct AllDependencies; }
174namespace OreUI { class DataProviderManager_DEPRECATED; }
175namespace OreUI { class IResourceAllowList; }
176namespace OreUI { class Router; }
177namespace Parties { class PartySystem; }
178namespace Progress { class ProgressTips; }
179namespace Realms { class ContentService; }
180namespace Realms { class GenericRequestServiceHandler; }
181namespace Realms { class RealmsServices; }
182namespace Realms { class RealmsSystem; }
183namespace Realms { class SubscriptionService; }
184namespace Realms { struct RealmId; }
185namespace Realms { struct World; }
186namespace Social { class GameConnectionInfo; }
187namespace Social { class IUserManager; }
188namespace Social { class MultiplayerGameInfo; }
189namespace Social { class MultiplayerServiceManager; }
190namespace Social { class PresenceManager; }
191namespace Social { class SocialSystem; }
192namespace Social { class User; }
193namespace World { class WorldSystem; }
194namespace dragon::framerenderer { struct DebugParameters; }
195namespace edu::auth { struct CredentialsAcquired; }
196namespace edu::auth { struct CredentialsRefreshSuccess; }
197namespace edu::auth { struct CredsLost; }
198namespace mce { class TextureGroup; }
199namespace mce { class UUID; }
200// clang-format on
201
202class MinecraftGame : public ::IMinecraftGame,
203 public ::App,
204 public ::LevelListener,
206 public ::OptionsObserver,
208 public ::I18nObserver,
211public:
212 // MinecraftGame inner types declare
213 // clang-format off
214 struct InitContext;
216 struct FrameGapImpl;
217 // clang-format on
218
219 // MinecraftGame inner types define
220 enum class SuspendState : int {
221 Suspending = 0,
222 Suspended = 1,
223 Resuming = 2,
224 Running = 3,
225 };
226
227 enum class DeviceLostState : int {
228 Valid = 0,
229 Lost = 1,
230 Recovering = 2,
231 };
232
233 enum class SurfaceState : int {
234 Valid = 0,
235 Lost = 1,
236 };
237
238 enum class WorkList : uint64 {
239 AppInitialize = 0,
240 AppResume = 1,
241 AppDeviceLost = 2,
242 Count = 3,
243 };
244
245 struct InitContext {
246 public:
247 // member variables
248 // NOLINTBEGIN
249 ::ll::UntypedStorage<8, 16> mUnk1f2a2b;
250 ::ll::UntypedStorage<8, 16> mUnkc9621b;
251 // NOLINTEND
252
253 public:
254 // prevent constructor by default
255 InitContext& operator=(InitContext const&);
256 InitContext(InitContext const&);
257 InitContext();
258 };
259
260 struct TestCommandPublisher {};
261
262 struct FrameGapImpl {
263 public:
264 // member variables
265 // NOLINTBEGIN
266 ::ll::UntypedStorage<8, 8> mUnk2970b7;
267 // NOLINTEND
268
269 public:
270 // prevent constructor by default
271 FrameGapImpl& operator=(FrameGapImpl const&);
272 FrameGapImpl(FrameGapImpl const&);
273 FrameGapImpl();
274 };
275
276public:
277 // member variables
278 // NOLINTBEGIN
279 ::ll::UntypedStorage<8, 16> mUnk31cb40;
280 ::ll::UntypedStorage<8, 64> mUnk26362f;
281 ::ll::UntypedStorage<8, 8> mUnk5833c3;
282 ::ll::UntypedStorage<8, 8> mUnk707e20;
283 ::ll::UntypedStorage<8, 8> mUnk77bae9;
284 ::ll::UntypedStorage<8, 8> mUnk39dbf1;
285 ::ll::UntypedStorage<8, 8> mUnkb9a1e2;
286 ::ll::UntypedStorage<8, 8> mUnka617fc;
287 ::ll::UntypedStorage<8, 8> mUnk1a8ba7;
288 ::ll::UntypedStorage<8, 8> mUnk8c1a51;
289 ::ll::UntypedStorage<8, 8> mUnkdcd0a8;
290 ::ll::UntypedStorage<8, 8> mUnk27a9f1;
291 ::ll::UntypedStorage<8, 8> mUnk6449d7;
292 ::ll::UntypedStorage<8, 8> mUnk6585d8;
293 ::ll::UntypedStorage<8, 8> mUnk18dd91;
294 ::ll::UntypedStorage<8, 8> mUnke812cf;
295 ::ll::UntypedStorage<8, 8> mUnk102e50;
296 ::ll::UntypedStorage<8, 8> mUnkd0fa73;
297 ::ll::UntypedStorage<8, 8> mUnk30cf6e;
298 ::ll::UntypedStorage<1, 1> mUnk73dd14;
299 ::ll::UntypedStorage<8, 64> mUnkc4eefd;
300 ::ll::UntypedStorage<8, 64> mUnk4d9a8c;
301 ::ll::UntypedStorage<8, 16> mUnke052b6;
302 ::ll::UntypedStorage<8, 8> mUnk79ddba;
303 ::ll::UntypedStorage<8, 8> mUnkf926be;
304 ::ll::UntypedStorage<8, 8> mUnk37afa1;
305 ::ll::UntypedStorage<8, 8> mUnk68dc1e;
306 ::ll::UntypedStorage<8, 16> mUnka2869f;
307 ::ll::UntypedStorage<8, 8> mUnkde38fc;
308 ::ll::UntypedStorage<8, 8> mUnk9a183a;
309 ::ll::UntypedStorage<8, 8> mUnk46def3;
310 ::ll::UntypedStorage<8, 8> mUnkc587de;
311 ::ll::UntypedStorage<8, 8> mUnk4a17b1;
312 ::ll::UntypedStorage<8, 8> mUnk812bde;
313 ::ll::UntypedStorage<8, 32> mUnkb501e6;
314 ::ll::UntypedStorage<8, 8> mUnk8f8079;
315 ::ll::UntypedStorage<8, 8> mUnkcd6826;
316 ::ll::UntypedStorage<8, 16> mUnk5849e3;
317 ::ll::UntypedStorage<8, 16> mUnk336443;
318 ::ll::UntypedStorage<1, 1> mUnkb6d61e;
319 ::ll::UntypedStorage<8, 16> mUnkd61d74;
320 ::ll::UntypedStorage<4, 4> mUnkda7647;
321 ::ll::UntypedStorage<4, 4> mUnk730c95;
322 ::ll::UntypedStorage<1, 1> mUnk391e21;
323 ::ll::UntypedStorage<4, 4> mUnk859534;
324 ::ll::UntypedStorage<8, 8> mUnk8b857f;
325 ::ll::UntypedStorage<8, 8> mUnkeb3d6b;
326 ::ll::UntypedStorage<8, 16> mUnk8598e2;
327 ::ll::UntypedStorage<8, 32> mUnk29d8a4;
328 ::ll::UntypedStorage<8, 16> mUnk8120e2;
329 ::ll::UntypedStorage<1, 1> mUnkbf9e1f;
330 ::ll::UntypedStorage<1, 1> mUnkf1c360;
331 ::ll::UntypedStorage<8, 8> mUnk596107;
332 ::ll::UntypedStorage<8, 8> mUnkcc0494;
333 ::ll::UntypedStorage<8, 8> mUnkc32677;
334 ::ll::UntypedStorage<8, 8> mUnkfb38cb;
335 ::ll::UntypedStorage<1, 1> mUnk549470;
336 ::ll::UntypedStorage<4, 4> mUnkdaeaa4;
337 ::ll::UntypedStorage<4, 4> mUnk978a98;
338 ::ll::UntypedStorage<1, 1> mUnk7186c4;
339 ::ll::UntypedStorage<1, 1> mUnkeeb15c;
340 ::ll::UntypedStorage<1, 1> mUnk21487c;
341 ::ll::UntypedStorage<1, 1> mUnk7f0094;
342 ::ll::UntypedStorage<1, 1> mUnk1f7e9d;
343 ::ll::UntypedStorage<1, 1> mUnk71b5c7;
344 ::ll::UntypedStorage<8, 32> mUnk570845;
345 ::ll::UntypedStorage<4, 4> mUnk785de7;
346 ::ll::UntypedStorage<8, 408> mUnke04be5;
347 ::ll::UntypedStorage<1, 1> mUnk19eccc;
348 ::ll::UntypedStorage<4, 4> mUnk97e7f8;
349 ::ll::UntypedStorage<8, 16> mUnk61cb9f;
350 ::ll::UntypedStorage<1, 1> mUnk3ebcf8;
351 ::ll::UntypedStorage<1, 1> mUnk39e2bc;
352 ::ll::UntypedStorage<1, 1> mUnked6187;
353 ::ll::UntypedStorage<1, 1> mUnk9e21e6;
354 ::ll::UntypedStorage<1, 1> mUnkfed6cd;
355 ::ll::UntypedStorage<1, 1> mUnk41cbb8;
356 ::ll::UntypedStorage<4, 4> mUnk9b7c5f;
357 ::ll::UntypedStorage<1, 1> mUnkc8c391;
358 ::ll::UntypedStorage<1, 1> mUnka7b938;
359 ::ll::UntypedStorage<1, 1> mUnk5907ad;
360 ::ll::UntypedStorage<1, 1> mUnk6f26ef;
361 ::ll::UntypedStorage<8, 56> mUnk2fd9a7;
362 ::ll::UntypedStorage<8, 8> mUnke44711;
363 ::ll::UntypedStorage<8, 80> mUnk27b53a;
364 ::ll::UntypedStorage<8, 8> mUnk3ee8f3;
365 ::ll::UntypedStorage<8, 16> mUnk5d44d0;
366 ::ll::UntypedStorage<1, 1> mUnk64a982;
367 ::ll::UntypedStorage<1, 1> mUnk456e9b;
368 ::ll::UntypedStorage<1, 1> mUnkd57772;
369 ::ll::UntypedStorage<1, 1> mUnk780cef;
370 ::ll::UntypedStorage<8, 8> mUnkbbeca7;
371 ::ll::UntypedStorage<8, 8> mUnk523cee;
372 ::ll::UntypedStorage<8, 40> mUnka60eca;
373 ::ll::UntypedStorage<8, 32> mUnk78c4dd;
374 ::ll::UntypedStorage<1, 1> mUnka2f794;
375 ::ll::UntypedStorage<1, 1> mUnk90b4e5;
376 ::ll::UntypedStorage<8, 16> mUnk3fa9bf;
377 ::ll::UntypedStorage<8, 8> mUnkfa9b14;
378 ::ll::UntypedStorage<8, 8> mUnk975fa0;
379 ::ll::UntypedStorage<8, 8> mUnkc95a9f;
380 ::ll::UntypedStorage<8, 8> mUnkdef9e3;
381 ::ll::UntypedStorage<8, 16> mUnk44f519;
382 ::ll::UntypedStorage<8, 8> mUnka426aa;
383 ::ll::UntypedStorage<8, 16> mUnkd412af;
384 ::ll::UntypedStorage<8, 16> mUnk333c36;
385 ::ll::UntypedStorage<8, 8> mUnkab5b49;
386 ::ll::UntypedStorage<8, 8> mUnk2d070e;
387 ::ll::UntypedStorage<8, 8> mUnkffc4a2;
388 ::ll::UntypedStorage<8, 8> mUnk87a54d;
389 ::ll::UntypedStorage<8, 8> mUnk80cd0e;
390 ::ll::UntypedStorage<8, 8> mUnk692520;
391 ::ll::UntypedStorage<8, 8> mUnkb8db74;
392 ::ll::UntypedStorage<8, 8> mUnkb69251;
393 ::ll::UntypedStorage<8, 8> mUnk138dbc;
394 ::ll::UntypedStorage<8, 8> mUnk125782;
395 ::ll::UntypedStorage<8, 8> mUnk116bf2;
396 ::ll::UntypedStorage<8, 8> mUnkf25a9b;
397 ::ll::UntypedStorage<8, 8> mUnk75183c;
398 ::ll::UntypedStorage<8, 8> mUnk984c5b;
399 ::ll::UntypedStorage<8, 16> mUnk795ad2;
400 ::ll::UntypedStorage<8, 8> mUnkd9da77;
401 ::ll::UntypedStorage<8, 16> mUnkcc1ee6;
402 ::ll::UntypedStorage<8, 8> mUnk291774;
403 ::ll::UntypedStorage<8, 8> mUnk8f0421;
404 ::ll::UntypedStorage<8, 16> mUnk9ac038;
405 ::ll::UntypedStorage<8, 64> mUnk33501c;
406 ::ll::UntypedStorage<8, 8> mUnk95a9d2;
407 ::ll::UntypedStorage<8, 8> mUnk78243e;
408 ::ll::UntypedStorage<8, 8> mUnkb0966b;
409 ::ll::UntypedStorage<8, 8> mUnke4850d;
410 ::ll::UntypedStorage<8, 8> mUnk949250;
411 ::ll::UntypedStorage<8, 8> mUnk94c9dc;
412 ::ll::UntypedStorage<8, 8> mUnk56924c;
413 ::ll::UntypedStorage<8, 8> mUnk7c70a9;
414 ::ll::UntypedStorage<8, 8> mUnka6f4b7;
415 ::ll::UntypedStorage<8, 8> mUnk4c8c20;
416 ::ll::UntypedStorage<8, 16> mUnkde6f9f;
417 ::ll::UntypedStorage<8, 16> mUnk51caaa;
418 ::ll::UntypedStorage<8, 16> mUnk88dd50;
419 ::ll::UntypedStorage<8, 8> mUnkf13f9f;
420 ::ll::UntypedStorage<8, 8> mUnk46f031;
421 ::ll::UntypedStorage<8, 8> mUnkad7e31;
422 ::ll::UntypedStorage<8, 8> mUnk41ce20;
423 ::ll::UntypedStorage<8, 8> mUnk5cf030;
424 ::ll::UntypedStorage<8, 8> mUnkb9503e;
425 ::ll::UntypedStorage<8, 8> mUnk9c023b;
426 ::ll::UntypedStorage<8, 8> mUnk5315ca;
427 ::ll::UntypedStorage<8, 8> mUnk276668;
428 ::ll::UntypedStorage<8, 8> mUnk3ec43f;
429 ::ll::UntypedStorage<8, 8> mUnkb5e444;
430 ::ll::UntypedStorage<8, 16> mUnk36c9d2;
431 ::ll::UntypedStorage<8, 8> mUnkeee60b;
432 ::ll::UntypedStorage<8, 8> mUnkc1e9f3;
433 ::ll::UntypedStorage<8, 48> mUnka02940;
434 ::ll::UntypedStorage<8, 16> mUnk748223;
435 ::ll::UntypedStorage<8, 16> mUnkec6beb;
436 ::ll::UntypedStorage<8, 8> mUnk55dcf8;
437 ::ll::UntypedStorage<8, 8> mUnk585275;
438 ::ll::UntypedStorage<8, 16> mUnk4877d7;
439 ::ll::UntypedStorage<8, 8> mUnkd72bcd;
440 ::ll::UntypedStorage<8, 8> mUnk6c5fec;
441 ::ll::UntypedStorage<8, 16> mUnk2b5c1a;
442 ::ll::UntypedStorage<8, 16> mUnkdaad93;
443 ::ll::UntypedStorage<8, 8> mUnk2a83b2;
444 ::ll::UntypedStorage<8, 8> mUnkd10826;
445 ::ll::UntypedStorage<8, 8> mUnk64ddee;
446 ::ll::UntypedStorage<8, 64> mUnkd24a7a;
447 ::ll::UntypedStorage<8, 8> mUnkec79fd;
448 ::ll::UntypedStorage<8, 8> mUnk74222f;
449 ::ll::UntypedStorage<8, 8> mUnk468478;
450 ::ll::UntypedStorage<8, 8> mUnkea13b7;
451 ::ll::UntypedStorage<8, 744> mUnk9947a0;
452 ::ll::UntypedStorage<8, 16> mUnkbf42d0;
453 ::ll::UntypedStorage<8, 16> mUnk469d3c;
454 ::ll::UntypedStorage<8, 8> mUnkf245c7;
455 ::ll::UntypedStorage<8, 64> mUnk30b039;
456 ::ll::UntypedStorage<8, 8> mUnk6906a6;
457 ::ll::UntypedStorage<8, 8> mUnka198d7;
458 ::ll::UntypedStorage<8, 64> mUnk63da8b;
459 ::ll::UntypedStorage<8, 64> mUnk19e15f;
460 ::ll::UntypedStorage<8, 8> mUnk68bd55;
461 ::ll::UntypedStorage<8, 8> mUnkd56e6e;
462 ::ll::UntypedStorage<8, 64> mUnk6331f9;
463 ::ll::UntypedStorage<8, 64> mUnkfb3c1e;
464 ::ll::UntypedStorage<8, 8> mUnkb4aa43;
465 ::ll::UntypedStorage<8, 8> mUnkfd4a2e;
466 ::ll::UntypedStorage<8, 8> mUnk4764de;
467 ::ll::UntypedStorage<8, 8> mUnk2db41b;
468 ::ll::UntypedStorage<8, 64> mUnk4282e8;
469 ::ll::UntypedStorage<8, 8> mUnk313b8d;
470 ::ll::UntypedStorage<8, 16> mUnka4d1d6;
471 ::ll::UntypedStorage<8, 8> mUnkb98e22;
472 ::ll::UntypedStorage<8, 64> mUnk358786;
473 ::ll::UntypedStorage<8, 8> mUnk633776;
474 ::ll::UntypedStorage<8, 8> mUnkc61c3a;
475 ::ll::UntypedStorage<8, 8> mUnk910337;
476 ::ll::UntypedStorage<8, 8> mUnkd6ff96;
477 ::ll::UntypedStorage<8, 8> mUnk51e772;
478 ::ll::UntypedStorage<8, 8> mUnkf2c3d8;
479 ::ll::UntypedStorage<8, 64> mUnkc5fc6f;
480 ::ll::UntypedStorage<8, 8> mUnk7e94f8;
481 ::ll::UntypedStorage<8, 8> mUnkf60a71;
482 ::ll::UntypedStorage<8, 16> mUnk5f5935;
483 ::ll::UntypedStorage<8, 8> mUnkd12853;
484 ::ll::UntypedStorage<8, 16> mUnk9f4932;
485 ::ll::UntypedStorage<8, 8> mUnk93ccfd;
486 ::ll::UntypedStorage<1, 1> mUnk4d836f;
487 ::ll::UntypedStorage<8, 16> mUnk626810;
488 ::ll::UntypedStorage<8, 8> mUnkce7b8c;
489 ::ll::UntypedStorage<8, 8> mUnka05418;
490 ::ll::UntypedStorage<8, 16> mUnkfb7cce;
491 ::ll::UntypedStorage<8, 8> mUnk17a5e5;
492 ::ll::UntypedStorage<8, 8> mUnk1d082c;
493 ::ll::UntypedStorage<8, 8> mUnk721c07;
494 ::ll::UntypedStorage<8, 8> mUnk75c011;
495 ::ll::UntypedStorage<8, 8> mUnk662066;
496 ::ll::UntypedStorage<8, 8> mUnka63939;
497 ::ll::UntypedStorage<8, 8> mUnkd68cd6;
498 ::ll::UntypedStorage<8, 16> mUnkd0c917;
499 ::ll::UntypedStorage<8, 8> mUnka64c85;
500 ::ll::UntypedStorage<8, 8> mUnk31922c;
501 ::ll::UntypedStorage<8, 8> mUnkb92250;
502 ::ll::UntypedStorage<8, 8> mUnkc46d8a;
503 ::ll::UntypedStorage<8, 64> mUnk391b07;
504 ::ll::UntypedStorage<8, 80> mUnk36d9f1;
505 ::ll::UntypedStorage<8, 80> mUnk2de6a0;
506 ::ll::UntypedStorage<8, 80> mUnkc7328a;
507 ::ll::UntypedStorage<8, 80> mUnk880945;
508 ::ll::UntypedStorage<8, 80> mUnk26d14c;
509 ::ll::UntypedStorage<8, 8> mUnk3dc5d4;
510 ::ll::UntypedStorage<8, 8> mUnk6622a0;
511 ::ll::UntypedStorage<8, 16> mUnke27718;
512 ::ll::UntypedStorage<8, 16> mUnk9599c5;
513 ::ll::UntypedStorage<8, 8> mUnk1498bc;
514 ::ll::UntypedStorage<8, 16> mUnkc84d4d;
515 ::ll::UntypedStorage<8, 8> mUnk7757ed;
516 ::ll::UntypedStorage<8, 8> mUnk8b5a69;
517 ::ll::UntypedStorage<8, 16> mUnk8a114f;
518 ::ll::UntypedStorage<8, 8> mUnk2c648f;
519 ::ll::UntypedStorage<8, 8> mUnkef66f4;
520 ::ll::UntypedStorage<8, 8> mUnk5cb7cc;
521 ::ll::UntypedStorage<8, 432> mUnke5c301;
522 ::ll::UntypedStorage<8, 8> mUnkd18639;
523 ::ll::UntypedStorage<8, 8> mUnk67d5dd;
524 ::ll::UntypedStorage<8, 8> mUnkc0bd78;
525 ::ll::UntypedStorage<8, 8> mUnk8ac119;
526 ::ll::UntypedStorage<8, 16> mUnkddfaa0;
527 ::ll::UntypedStorage<8, 8> mUnk20b98a;
528 ::ll::UntypedStorage<8, 8> mUnkcb59ec;
529 ::ll::UntypedStorage<8, 8> mUnk82663e;
530 ::ll::UntypedStorage<8, 8> mUnkb6a170;
531 ::ll::UntypedStorage<8, 8> mUnk8673bc;
532 ::ll::UntypedStorage<8, 8> mUnk1187d6;
533 ::ll::UntypedStorage<8, 8> mUnk807b24;
534 ::ll::UntypedStorage<8, 8> mUnke45c86;
535 ::ll::UntypedStorage<8, 8> mUnk1cf921;
536 ::ll::UntypedStorage<8, 8> mUnk70c996;
537 ::ll::UntypedStorage<8, 8> mUnk89400e;
538 ::ll::UntypedStorage<8, 8> mUnk946503;
539 ::ll::UntypedStorage<8, 8> mUnk781ed2;
540 ::ll::UntypedStorage<8, 8> mUnk871dc6;
541 ::ll::UntypedStorage<8, 8> mUnkf2f2ba;
542 ::ll::UntypedStorage<8, 8> mUnk4daba7;
543 ::ll::UntypedStorage<8, 8> mUnkd4beeb;
544 ::ll::UntypedStorage<8, 8> mUnkde4441;
545 ::ll::UntypedStorage<8, 8> mUnk8f12bc;
546 ::ll::UntypedStorage<8, 8> mUnkc2e1c6;
547 ::ll::UntypedStorage<8, 8> mUnk3ed686;
548 ::ll::UntypedStorage<8, 8> mUnk45b4b1;
549 ::ll::UntypedStorage<8, 8> mUnk777677;
550 ::ll::UntypedStorage<8, 8> mUnk1d6e6b;
551 ::ll::UntypedStorage<8, 8> mUnk7fca88;
552 ::ll::UntypedStorage<8, 8> mUnk71d6b7;
553 ::ll::UntypedStorage<8, 8> mUnk8d4567;
554 ::ll::UntypedStorage<8, 8> mUnkfdb8ca;
555 ::ll::UntypedStorage<8, 8> mUnkf68a87;
556 ::ll::UntypedStorage<8, 8> mUnk45501b;
557 ::ll::UntypedStorage<8, 8> mUnk10c987;
558 ::ll::UntypedStorage<8, 48> mUnk3703bb;
559 ::ll::UntypedStorage<8, 8> mUnkdd5b99;
560 ::ll::UntypedStorage<8, 16> mUnk1c3779;
561 ::ll::UntypedStorage<8, 16> mUnk4b4e23;
562 ::ll::UntypedStorage<8, 24> mUnk698964;
563 ::ll::UntypedStorage<8, 24> mUnk8d1118;
564 ::ll::UntypedStorage<8, 16> mUnk99fad5;
565 ::ll::UntypedStorage<8, 24> mUnk4f11c0;
566 ::ll::UntypedStorage<8, 24> mUnk205f41;
567 ::ll::UntypedStorage<8, 8> mUnk952a89;
568 ::ll::UntypedStorage<8, 8> mUnk2ac62b;
569 ::ll::UntypedStorage<8, 8> mUnk185e8d;
570 ::ll::UntypedStorage<8, 8> mUnk94b524;
571 ::ll::UntypedStorage<8, 8> mUnk308f25;
572 ::ll::UntypedStorage<8, 8> mUnk5dd8f3;
573 ::ll::UntypedStorage<8, 8> mUnkceb4ab;
574 ::ll::UntypedStorage<8, 8> mUnk50a24d;
575 ::ll::UntypedStorage<8, 16> mUnk976824;
576 ::ll::UntypedStorage<8, 8> mUnkcd32cf;
577 ::ll::UntypedStorage<8, 8> mUnk32d240;
578 ::ll::UntypedStorage<8, 16> mUnkaa8c49;
579 ::ll::UntypedStorage<8, 680> mUnkbfced1;
580 ::ll::UntypedStorage<8, 16> mUnka3a452;
581 ::ll::UntypedStorage<8, 8> mUnk7f0a19;
582 ::ll::UntypedStorage<8, 16> mUnk968b3f;
583 ::ll::UntypedStorage<8, 8> mUnk67f34e;
584 ::ll::UntypedStorage<8, 8> mUnkc456b9;
585 ::ll::UntypedStorage<8, 8> mUnk804e62;
586 ::ll::UntypedStorage<8, 8> mUnk92ee4c;
587 ::ll::UntypedStorage<8, 8> mUnke4e7c9;
588 ::ll::UntypedStorage<8, 8> mUnk5e4634;
589 ::ll::UntypedStorage<8, 64> mUnk12c89f;
590 ::ll::UntypedStorage<8, 16> mUnk42b15f;
591 ::ll::UntypedStorage<8, 16> mUnk48c2a3;
592 ::ll::UntypedStorage<8, 16> mUnka8e328;
593 ::ll::UntypedStorage<8, 24> mUnkba1560;
594 ::ll::UntypedStorage<8, 16> mUnk3bcf80;
595 ::ll::UntypedStorage<8, 16> mUnka14281;
596 ::ll::UntypedStorage<1, 1> mUnkd46ea8;
597 ::ll::UntypedStorage<8, 8> mUnk205ada;
598 ::ll::UntypedStorage<8, 16> mUnk41bdf3;
599 ::ll::UntypedStorage<8, 16> mUnkad2805;
600 ::ll::UntypedStorage<8, 16> mUnk6b22bf;
601 ::ll::UntypedStorage<8, 64> mUnkf160e9;
602 ::ll::UntypedStorage<8, 64> mUnk19d968;
603 // NOLINTEND
604
605public:
606 // prevent constructor by default
607 MinecraftGame& operator=(MinecraftGame const&);
608 MinecraftGame(MinecraftGame const&);
609 MinecraftGame();
610
611public:
612 // virtual functions
613 // NOLINTBEGIN
614 virtual void initialize() /*override*/;
615
616 virtual ~MinecraftGame() /*override*/;
617
618 virtual bool stop() /*override*/;
619
620 virtual void processActivationArguments(::Bedrock::ActivationArguments const& args) /*override*/;
621
622 virtual void audioEngineOn() /*override*/;
623
624 virtual void audioEngineOff() /*override*/;
625
626 virtual void update() /*override*/;
627
628 virtual void play(::std::string const& name, ::Vec3 const& pos, float volume, float pitch) /*override*/;
629
630 virtual void playUI(::std::string const& name, float volume, float pitch) /*override*/;
631
632 virtual void stopSound(::std::string const& name) /*override*/;
633
634 virtual void stopSounds() /*override*/;
635
636 virtual void setUISizeAndScale(int w, int h, float forcedGuiScale) /*override*/;
637
638 virtual void setRenderingSize(int w, int h) /*override*/;
639
640 virtual void recalculateScene() /*override*/;
641
642 virtual void setSmoothFontStyle() /*override*/;
643
644 virtual void setUIFontStyle() /*override*/;
645
646 virtual ::Bedrock::Threading::Async<void> startLocalServerAsync(
647 ::std::string const& levelId,
648 ::std::string const& levelName,
649 ::ContentIdentity const& premiumTemplateContentIdentity,
650 ::LevelSettings const& settings,
651 ::StartIntent startIntent
652 ) /*override*/;
653
654 virtual void createAndUploadWorldToRealm(
655 ::std::string const& levelId,
656 ::std::string const& levelName,
657 ::ContentIdentity const& premiumTemplateContentIdentity,
658 ::LevelSettings const& settings,
659 ::Realms::World world,
660 ::std::function<void(::Realms::World)> callback
661 ) /*override*/;
662
663 virtual bool canStartLocalServer() const /*override*/;
664
665 virtual bool isAudioInitialized() const /*override*/;
666
667 virtual ::Bedrock::NotNullNonOwnerPtr<::SoundEngine> getSoundEngine() const /*override*/;
668
669 virtual ::MusicManager const* getMusicManager() const /*override*/;
670
671 virtual ::MusicManager* getMusicManagerNonConst() const /*override*/;
672
673 virtual ::Bedrock::NotNullNonOwnerPtr<::ITextBoxController> getTextBoxController() /*override*/;
674
675 virtual void onLowMemory(::LowMemorySeverity) /*override*/;
676
677 virtual void onAppFocusLost() /*override*/;
678
679 virtual void onAppFocusGained() /*override*/;
680
681 virtual void onAppPaused() /*override*/;
682
683 virtual void onAppUnpaused() /*override*/;
684
685 virtual void setReconnectionCookie(
686 ::std::optional<::std::variant<
687 ::GameConnectionInfoEx,
688 ::Social::MultiplayerGameInfo,
689 ::ExperienceConnectionData,
690 ::Realms::RealmId>> const& reconnectCookie
691 ) /*override*/;
692
693 virtual ::std::optional<::std::variant<
694 ::GameConnectionInfoEx,
695 ::Social::MultiplayerGameInfo,
696 ::ExperienceConnectionData,
697 ::Realms::RealmId>>
698 getReconnectionCookie() /*override*/;
699
700 virtual void onAppPreSuspended() /*override*/;
701
702 virtual void onAppSuspended() /*override*/;
703
704 virtual void onAppResumed() /*override*/;
705
706 virtual void onDeviceLost() /*override*/;
707
708 virtual void onAppSurfaceCreated() /*override*/;
709
710 virtual void onAppSurfaceDestroyed() /*override*/;
711
712 virtual void openPauseMenu() /*override*/;
713
714 virtual bool hasNetworkPrivileges(bool onlyWifiAllowed) /*override*/;
715
716 virtual void onPlayerLoaded(::IClientInstance& client, ::Player& player) /*override*/;
717
718 virtual void onDimensionChanged() /*override*/;
719
720 virtual void setDisableInputForAllOtherClients(int id, bool disableStatus) /*override*/;
721
722 virtual void onGameEventNotification(::ui::GameEventNotification notification) /*override*/;
723
724 virtual void playerListChanged() /*override*/;
725
726 virtual void onLevelDestruction(::std::string const& levelId) /*override*/;
727
728 virtual void setWorldTransferAction(
729 ::std::variant<
730 ::LocalWorldTransferActionFunc,
731 ::ExternalWorldTransferActionFunc,
732 ::RealmTransferActionFunc,
733 ::std::monostate>&& worldTransferAction
734 ) /*override*/;
735
736 virtual ::std::variant<
737 ::LocalWorldTransferActionFunc,
738 ::ExternalWorldTransferActionFunc,
739 ::RealmTransferActionFunc,
740 ::std::monostate> const&
741 getWorldTransferAction() const /*override*/;
742
743 virtual ::Bedrock::NonOwnerPointer<::WorldTransferAgent> const getWorldTransferAgent() const /*override*/;
744
745 virtual void setIsWorldTransferInProgress(bool isWorldTransferInProgress) /*override*/;
746
747 virtual bool isWorldTransferInProgress() const /*override*/;
748
749 virtual void setResetCallbackObject(::ResetCallbackObject* obj) /*override*/;
750
751 virtual void requestLeaveGame(bool switchScreen, bool sync) /*override*/;
752
753 virtual void requestLeaveThenJoinFriendsWorld(::std::string_view serverId) /*override*/;
754
755 virtual void startLeaveGame() /*override*/;
756
757 virtual bool isLeaveGameDone() const /*override*/;
758
759 virtual void destroyGame() /*override*/;
760
761 virtual void setupCommandParser(::IClientInstance& client) /*override*/;
762
763 virtual void onClientCreatedLevel(::IClientInstance& client) /*override*/;
764
765 virtual ::GameRenderer& getGameRenderer() const /*override*/;
766
767 virtual ::Bedrock::NotNullNonOwnerPtr<::IUIDefRepository> getUIDefRepo() const /*override*/;
768
769 virtual void joinRealmsGame(
770 ::Realms::World const& realm,
771 ::Social::GameConnectionInfo const& gameConnection,
772 ::PlayerJoinWorldContext context
773 ) /*override*/;
774
775 virtual void joinRealmFromInvite(::Realms::World const& world) /*override*/;
776
777 virtual void joinRealmFromConnectLink(::Realms::World const& world, ::PlayerJoinWorldContext context) /*override*/;
778
779 virtual void setRealmsLoadingLink(bool state) /*override*/;
780
781 virtual void joinRealm(
782 ::Realms::World const& world,
783 ::IMinecraftEventing::RealmConnectionFlow telemetryEventingConnectionFlow,
784 ::PlayerJoinWorldContext context
785 ) /*override*/;
786
787 virtual ::Bedrock::Threading::Async<void>
788 joinMultiplayerGame(::Social::MultiplayerGameInfo const& gameInfo, ::PlayerJoinWorldContext context) /*override*/;
789
790 virtual void joinMultiplayerWithAddress(
791 ::Social::GameConnectionInfo gameConnection,
792 bool joiningLocalServer,
793 ::std::string const& serverName,
794 ::std::string const& worldName,
795 ::NetworkType networkTypeOverride,
796 ::PlayerJoinWorldContext context
797 ) /*override*/;
798
799 virtual void joinRemoteServerWithAddress(
800 ::Social::GameConnectionInfo gameConnection,
801 ::std::string const& serverName,
802 ::std::string const& worldName,
803 ::NetworkType networkTypeOverride,
804 ::PlayerJoinWorldContext context
805 ) /*override*/;
806
807 virtual bool isLocalPlayer(::ActorUniqueID const& id) const /*override*/;
808
809 virtual void setLeaveGameInProgressAsReadyToContinue() /*override*/;
810
811 virtual bool isPrimaryClientInstanceReady() const /*override*/;
812
813 virtual void ensureAllClientsAreLeaving() const /*override*/;
814
815 virtual ::Bedrock::NotNullNonOwnerPtr<::IClientInstance> getPrimaryClientInstance() /*override*/;
816
817 virtual ::Bedrock::NotNullNonOwnerPtr<::IClientInstance const> getPrimaryClientInstance() const /*override*/;
818
819 virtual ::ItemRegistryRef getClientItemRegistry() const /*override*/;
820
821 virtual ::Bedrock::NotNullNonOwnerPtr<::NewPlayerSystem> getNewPlayerSystem() /*override*/;
822
823 virtual ::Bedrock::NotNullNonOwnerPtr<::NewPlayerSystem const> getNewPlayerSystem() const /*override*/;
824
825 virtual ::std::map<::SubClientId, ::std::shared_ptr<::IClientInstance>> const& getClientInstanceMap() const
826 /*override*/;
827
828 virtual ::std::shared_ptr<::IClientInstance> tryGetClientInstanceFromPlayerUUID(::mce::UUID const& playerId) const
829 /*override*/;
830
831 virtual uint getUIRenderClientMask() const /*override*/;
832
833 virtual uint64 getClientInstanceCount() const /*override*/;
834
835 virtual void forEachClientInstance(::std::function<void(::IClientInstance&)> callback) /*override*/;
836
837 virtual ::LocalPlayer* getPrimaryLocalPlayer() /*override*/;
838
839 virtual ::LocalPlayer const* getPrimaryLocalPlayer() const /*override*/;
840
841 virtual bool isPrimaryLevelCrossPlatformMultiplayer() const /*override*/;
842
843 virtual bool isPrimaryLevelMultiplayer() const /*override*/;
844
845 virtual ::Bedrock::NotNullNonOwnerPtr<::GuiData> getPrimaryGuiData() /*override*/;
846
847 virtual ::std::shared_ptr<::OptionRegistry> getPrimaryUserOptions() /*override*/;
848
849 virtual ::std::shared_ptr<::OptionRegistry const> getPrimaryUserOptions() const /*override*/;
850
851 virtual bool isPrimaryUserSigninInProgress() const /*override*/;
852
853 virtual void resetInput() /*override*/;
854
855 virtual ::PixelCalc const& getDpadScale() const /*override*/;
856
857 virtual void setKeyboardForcedHeight(float height, bool isShowSignal) /*override*/;
858
859 virtual bool canActivateKeyboard() /*override*/;
860
861 virtual void reloadAnimationAndGeometryData(bool sync) /*override*/;
862
863 virtual ::Bedrock::NotNullNonOwnerPtr<::GeometryGroup> getGeometryGroup() const /*override*/;
864
865 virtual ::Bedrock::NotNullNonOwnerPtr<::BlockCullingGroup> getBlockCullingGroup() const /*override*/;
866
867 virtual ::Bedrock::NotNullNonOwnerPtr<::ClientBlockPipeline::SchematicsRepository> getSchematicsRepository() const
868 /*override*/;
869
870 virtual ::ParticleEffectGroup& getParticleEffectGroup() const /*override*/;
871
872 virtual ::DeferredLighting& getDeferredLighting() const /*override*/;
873
874 virtual ::Bedrock::NotNullNonOwnerPtr<::ContentAcquisition> getContentAcquisition() const /*override*/;
875
876 virtual ::Bedrock::NotNullNonOwnerPtr<::IOfferRepository> getOfferRepository() const /*override*/;
877
878 virtual ::Bedrock::NotNullNonOwnerPtr<::TrialManager> getTrialManager() const /*override*/;
879
880 virtual bool isTrialManagerInitialized() const /*override*/;
881
882 virtual ::Bedrock::NotNullNonOwnerPtr<::PersonaService> getPersonaService() const /*override*/;
883
884 virtual ::Bedrock::NotNullNonOwnerPtr<::GatheringManager> getGatheringManager() const /*override*/;
885
886 virtual ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService> getContentCatalogService() const /*override*/;
887
888 virtual ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository> getStoreCatalog() const /*override*/;
889
890 virtual ::ServiceDrivenImageRepository& getServiceImageRepository() const /*override*/;
891
892 virtual ::Bedrock::NotNullNonOwnerPtr<::LibraryRepository> getLibraryRepository() const /*override*/;
893
894 virtual ::std::shared_ptr<::ActorAnimationGroup> getActorAnimationGroup() const /*override*/;
895
896 virtual ::Bedrock::NotNullNonOwnerPtr<::ActorAnimationControllerGroup> getActorAnimationControllerGroup() const
897 /*override*/;
898
899 virtual ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository const> getThirdPartyServerRepository() const
900 /*override*/;
901
902 virtual ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository> getThirdPartyServerRepository() /*override*/;
903
904 virtual ::std::shared_ptr<::SkinRepository> getSkinRepository() const /*override*/;
905
906 virtual ::PersonaRepository& getPersonaRepository() const /*override*/;
907
908 virtual ::MarketplaceServicesManager& getMarketplaceServicesManager() const /*override*/;
909
910 virtual ::Bedrock::NotNullNonOwnerPtr<::WorldTemplateManager> getWorldTemplateManager() const /*override*/;
911
912 virtual ::World::WorldSystem& getWorldSystem() const /*override*/;
913
914 virtual bool isWorldSystemReady() const /*override*/;
915
916 virtual ::Bedrock::NotNullNonOwnerPtr<::Realms::RealmsSystem> getRealmsSystem() const /*override*/;
917
918 virtual ::Social::SocialSystem& getSocialSystem() const /*override*/;
919
920 virtual ::Bedrock::NonOwnerPointer<::Parties::PartySystem> getPartySystem() const /*override*/;
921
922 virtual ::Bedrock::NotNullNonOwnerPtr<::Progress::ProgressTips> getUIProgressTips() const /*override*/;
923
924 virtual ::IResourcePackRepository& getResourcePackRepository() const /*override*/;
925
926 virtual ::ResourcePackManager& getResourcePackManager() const /*override*/;
927
928 virtual ::ResourcePackManager& getServerResourcePackManager() /*override*/;
929
930 virtual ::PackManifestFactory& getPackManifestFactory() /*override*/;
931
932 virtual ::PlayerMessagingService& getPlayerMessagingService() /*override*/;
933
934 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> getKeyProvider() const /*override*/;
935
936 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentAccessibilityProvider const> getAccessibilityProvider() const
937 /*override*/;
938
939 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentAccessibilityProvider> getAccessibilityProvider() /*override*/;
940
941 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const> getContentTierManager() const /*override*/;
942
943 virtual ::PackSourceFactory& getPackSourceFactory() const /*override*/;
944
945 virtual ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager> getResourceLoadManager() /*override*/;
946
947 virtual ::ILevelListCache& getLevelListCache() /*override*/;
948
949 virtual bool hasAllValidCrossPlatformSkin() const /*override*/;
950
951 virtual ::PackDownloadManager& getPackDownloadManager() /*override*/;
952
953 virtual ::Bedrock::NonOwnerPointer<::LinkedAssetValidator> getLinkedAssetValidator() const /*override*/;
954
955 virtual ::Bedrock::NonOwnerPointer<::LinkedAssetValidator> getLinkedAssetValidator() /*override*/;
956
957 virtual bool isMultiplayerServiceManagerReady() const /*override*/;
958
959 virtual ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager> getMultiplayerServiceManager() const
960 /*override*/;
961
962 virtual ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager> getUserManager() const /*override*/;
963
964 virtual ::IMinecraftEventing& getEventing() const /*override*/;
965
966 virtual ::ServerInstance* getServerInstance() /*override*/;
967
968 virtual ::Bedrock::NotNullNonOwnerPtr<::ServerInstance> getServerInstanceNonOwnPtr() /*override*/;
969
970 virtual ::Bedrock::NotNullNonOwnerPtr<::ClientNetworkSystem> getClientNetworkSystemPtr() /*override*/;
971
972 virtual ::ClientNetworkSystem& getClientNetworkSystem() /*override*/;
973
974 virtual ::ClientNetworkSystem const& getClientNetworkSystem() const /*override*/;
975
976 virtual ::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> getActiveDirectoryIdentity() /*override*/;
977
978 virtual void clearCache() /*override*/;
979
980 virtual void releaseClientSubId(::SubClientId subid) /*override*/;
981
982 virtual bool isStartingGame() const /*override*/;
983
984 virtual bool isSplitscreenJoinEnabled() const /*override*/;
985
986 virtual bool canAddSplitscreenSubClient(int controllerId) const /*override*/;
987
988 virtual void addSubClientInstanceAndAssociateToUser(int controllerId) /*override*/;
989
990 virtual ::Bedrock::NotNullNonOwnerPtr<::ControllerIDtoClientMap> retrieveCIDToClientMap() /*override*/;
991
992 virtual ::Bedrock::PubSub::Subscription
993 registerSplitScreenChangedListener(::std::function<void(uchar)> callback) const /*override*/;
994
995 virtual uchar getSplitScreenCount() const /*override*/;
996
997 virtual float calculateScreenSizeToResolutionScalar(int const width, int const height) const /*override*/;
998
999 virtual ::Bedrock::NotNullNonOwnerPtr<::GlobalResourcesCrashRecovery const> GetGlobalResourcesCrashRecovery() const
1000 /*override*/;
1001
1002 virtual bool isReadyToRender() const /*override*/;
1003
1004 virtual bool isShowingLoadingScreen() const /*override*/;
1005
1006 virtual bool isRenderingLoadingScreen() const /*override*/;
1007
1008 virtual void registerUpsellScreen() /*override*/;
1009
1010 virtual ::SceneFactory& getPrimarySceneFactory() const /*override*/;
1011
1012 virtual ::Bedrock::NotNullNonOwnerPtr<::ISceneStack const> getMainSceneStack() const /*override*/;
1013
1014 virtual ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> getMainSceneStack() /*override*/;
1015
1016 virtual ::OreUI::Router& getUIRouter() /*override*/;
1017
1018 virtual ::OreUI::DataProviderManager_DEPRECATED& getDataProviderManager() /*override*/;
1019
1020 virtual ::std::weak_ptr<::RealmsAPI> getRealms() /*override*/;
1021
1022 virtual ::Realms::ContentService& getRealmsContentService() /*override*/;
1023
1024 virtual ::Bedrock::NotNullNonOwnerPtr<::Realms::RealmsServices> getRealmsServices() /*override*/;
1025
1026 virtual ::std::weak_ptr<::ClubsService> getClubsService() /*override*/;
1027
1028 virtual ::std::shared_ptr<::Realms::GenericRequestServiceHandler> getGenericRealmsService() /*override*/;
1029
1030 virtual ::Bedrock::NotNullNonOwnerPtr<::Realms::SubscriptionService> getRealmsSubscriptionService() /*override*/;
1031
1032 virtual ::Bedrock::NotNullNonOwnerPtr<::Social::PresenceManager> getPresenceManager() /*override*/;
1033
1034 virtual ::Bedrock::NonOwnerPointer<::EDUSystems> getEDUSystems() /*override*/;
1035
1036 virtual ::Bedrock::NonOwnerPointer<::EDUSystems const> getEDUSystems() const /*override*/;
1037
1038 virtual ::Bedrock::NotNullNonOwnerPtr<::Minecraft> getPrimaryMinecraft() /*override*/;
1039
1040 virtual ::Bedrock::NotNullNonOwnerPtr<::Automation::AutomationClient> getAutomationClient() const /*override*/;
1041
1042 virtual bool isDedicatedServer() const /*override*/;
1043
1044 virtual bool isEduMode() const /*override*/;
1045
1046 virtual void onNetworkMaxPlayersChanged(uint newMaxPlayerCount) /*override*/;
1047
1048 virtual ::IGameModuleApp& getGameModule() /*override*/;
1049
1050 virtual ::IGameModuleShared& getGameModuleShared() /*override*/;
1051
1052 virtual void requestServerShutdown() /*override*/;
1053
1054 virtual void setLaunchedFromLegacyVersion(bool launchedFromLegacyVersion) /*override*/;
1055
1056 virtual ::Bedrock::NotNullNonOwnerPtr<::FileArchiver> getFileArchiver() const /*override*/;
1057
1058 virtual bool requestInGamePause(::SubClientId const& subClient, bool status) /*override*/;
1059
1060 virtual ::InputMode getCurrentInputMode() const /*override*/;
1061
1062 virtual void handleInputPaneHidden() /*override*/;
1063
1064 virtual ::Bedrock::NotNullNonOwnerPtr<::LevelLoader> getLevelLoader() /*override*/;
1065
1066 virtual ::Bedrock::NotNullNonOwnerPtr<::ExternalContentManager> getContentManager() /*override*/;
1067
1068 virtual ::IContentManager& getResourceContentManager() /*override*/;
1069
1070 virtual ::std::string getMultiplayerDisabledTextTitle(::MultiplayerLockedContext context) const /*override*/;
1071
1072 virtual ::std::string getMultiplayerDisabledTextBody(::MultiplayerLockedContext context) const /*override*/;
1073
1074 virtual ::Bedrock::NotNullNonOwnerPtr<::IExternalServerFile> getExternalServer() const /*override*/;
1075
1076 virtual ::std::shared_ptr<::mce::TextureGroup> getTextureGroup() const /*override*/;
1077
1078 virtual ::Bedrock::NotNullNonOwnerPtr<::mce::TextureGroup> getStoreCacheTextures() const /*override*/;
1079
1080 virtual ::Bedrock::NotNullNonOwnerPtr<::MinecraftGraphics> getMinecraftGraphics() /*override*/;
1081
1082 virtual ::Bedrock::NotNullNonOwnerPtr<::TextureAtlas> getTextureAtlas() /*override*/;
1083
1084 virtual ::Bedrock::NotNullNonOwnerPtr<::IUIRepository> getUIRepository() const /*override*/;
1085
1086 virtual ::Bedrock::NotNullNonOwnerPtr<::SeasonsRenderer> getSeasonsRenderer() /*override*/;
1087
1088 virtual ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager> getFilePathManager() /*override*/;
1089
1090 virtual void setUseFontOverrides(bool useOverrides) /*override*/;
1091
1092 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getFontHandle() const /*override*/;
1093
1094 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getRuneFontHandle() const /*override*/;
1095
1096 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getUnicodeFontHandle() const /*override*/;
1097
1098 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getSmoothFontHandle() const /*override*/;
1099
1100 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getUIFontHandle() const /*override*/;
1101
1102 virtual ::Bedrock::NotNullNonOwnerPtr<::EmoticonManager const> getEmoticonManager() const /*override*/;
1103
1104 virtual ::Bedrock::NotNullNonOwnerPtr<::TextToIconMapper const> getTextToIconMapper() const /*override*/;
1105
1106 virtual ::Bedrock::NotNullNonOwnerPtr<::TextToIconMapper> getTextToIconMapper() /*override*/;
1107
1108 virtual bool getMouseGrabbed() const /*override*/;
1109
1110 virtual void navigateToPlayScreenFriendsTab() /*override*/;
1111
1112 virtual bool hasActorResourceDefinitionGroup() const /*override*/;
1113
1114 virtual ::Bedrock::NotNullNonOwnerPtr<::ActorResourceDefinitionGroup const> getActorResourceDefinitionGroup() const
1115 /*override*/;
1116
1117 virtual ::Bedrock::NotNullNonOwnerPtr<::RenderControllerGroup const> getRenderControllerGroup() const /*override*/;
1118
1119 virtual ::Bedrock::NotNullNonOwnerPtr<::RenderControllerGroup> getRenderControllerGroup() /*override*/;
1120
1121 virtual ::Bedrock::NotNullNonOwnerPtr<::ActorResourceDefinitionGroup>
1122 getActorResourceDefinitionGroupMutable() /*override*/;
1123
1124 virtual ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList> getOreUIResourceAllowList() /*override*/;
1125
1126 virtual ::Bedrock::Threading::Async<::Core::PathBuffer<::std::string>>
1127 requestScreenshot(::ScreenshotOptions& screenshotOptions) /*override*/;
1128
1129 virtual void onActiveResourcePacksChanged(::ResourcePackManager& mgr) /*override*/;
1130
1131 virtual bool onFullPackStackInvalid() /*override*/;
1132
1133 virtual void onLanguageSubpacksChanged() /*override*/;
1134
1135 virtual void onBaseGamePackDownloadComplete() /*override*/;
1136
1137 virtual void displayActiveDirectoryLoginDialog() /*override*/;
1138
1139 virtual void handleReloadUIDefinitions() /*override*/;
1140
1141 virtual void onPushNotificationReceived(::PushNotificationMessage const& msg) /*override*/;
1142
1143 virtual ::Bedrock::NotNullNonOwnerPtr<::FlightingService> getFlightingService() const /*override*/;
1144
1145 virtual ::std::shared_ptr<::FlightingService> getFlightingServicePtr() const /*override*/;
1146
1147 virtual ::Bedrock::NotNullNonOwnerPtr<::TreatmentPackDownloadMonitor const> getTreatmentPackDownloadMonitor() const
1148 /*override*/;
1149
1150 virtual ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> getEntitlementManager() /*override*/;
1151
1152 virtual ::IDlcValidation& getDlcValidation() /*override*/;
1153
1154 virtual ::ServicesManager& getServicesManager() /*override*/;
1155
1156 virtual ::Bedrock::NotNullNonOwnerPtr<::SunsettingManager> getSunsettingManager() /*override*/;
1157
1158 virtual ::Bedrock::NotNullNonOwnerPtr<::DateManager> getDateManager() const /*override*/;
1159
1160 virtual void grabMouse() /*override*/;
1161
1162 virtual void releaseMouse() /*override*/;
1163
1164 virtual void muteAudio() /*override*/;
1165
1166 virtual void unMuteAudio() /*override*/;
1167
1168 virtual uint64 generateClientId(
1169 bool generatedNewId,
1170 bool& clientIdModifier,
1171 uint64 user,
1172 ::std::shared_ptr<::Social::User>
1173 ) /*override*/;
1174
1175 virtual bool isHostingLocalDedicatedServer() const /*override*/;
1176
1177 virtual void shutdownServer() /*override*/;
1178
1179 virtual void pauseContentDownloads() /*override*/;
1180
1181 virtual void resumeContentDownloads() /*override*/;
1182
1183 virtual ::UIMeasureStrategy& getUIMeasureStrategy() /*override*/;
1184
1185 virtual void copyInternalSettingsFolderToExternalLocation() const /*override*/;
1186
1187 virtual void onClientLevelExit(::IClientInstance& exitClient, uint exitCode) /*override*/;
1188
1189 virtual void resetThreadCallbacks() /*override*/;
1190
1191 virtual bool isInGame() const /*override*/;
1192
1193 virtual bool isInServer() const /*override*/;
1194
1195 virtual bool isInRealm() const /*override*/;
1196
1197 virtual void fadeOutMusic() /*override*/;
1198
1199 virtual bool isInitialized() const /*override*/;
1200
1201 virtual bool useMinecraftVersionOfXBLUI() const /*override*/;
1202
1203 virtual int getMaxPlayerCount() const /*override*/;
1204
1205 virtual void setProfilerIsOn(bool val) /*override*/;
1206
1207 virtual void
1208 onPrimaryUserReconnect(::Social::UserPlatformConnectionResult status, bool isUserInitiated) /*override*/;
1209
1210 virtual ::Bedrock::NotNullNonOwnerPtr<::CubemapBackgroundResources> getCubemapBackgroundResources() /*override*/;
1211
1212 virtual void setAppWillTerminate(bool willTerminate) /*override*/;
1213
1214 virtual ::DeferredTasksManager<::DeferredTaskCategory>& getDeferredTasks() /*override*/;
1215
1216 virtual void onForceCloudSave() /*override*/;
1217
1218 virtual void onOptionsLoadBegin() /*override*/;
1219
1220 virtual void onOptionsLoadComplete() /*override*/;
1221
1222 virtual bool shouldShowRatingsPrompt() const /*override*/;
1223
1224 virtual ::Bedrock::NotNullNonOwnerPtr<::ServerInstanceEventCoordinator>
1225 getServerInstanceEventCoordinator() /*override*/;
1226
1227 virtual ::Bedrock::NotNullNonOwnerPtr<::IApp> getApp() /*override*/;
1228
1229 virtual bool getSuspended() const /*override*/;
1230
1231 virtual bool isResuming() const /*override*/;
1232
1233 virtual void doPrimaryClientReadyWork(::std::function<void()> workFn) /*override*/;
1234
1235 virtual void doUserManagerReadyWork(::std::function<void()> workFn) /*override*/;
1236
1237 virtual ::Bedrock::NotNullNonOwnerPtr<::ScreenshotRecorder> getScreenshotRecorder() /*override*/;
1238
1239 virtual bool isEditorModeEnabled() const /*override*/;
1240
1241 virtual ::Bedrock::NonOwnerPointer<::ContentLogFileEndPoint> const getContentFileLogEndPoint() const /*override*/;
1242
1243 virtual void tryShowXblFirstLaunchScreen(bool isUserConnectedToPlatform) /*override*/;
1244
1245 virtual bool isMusicEnabled() const /*override*/;
1246
1247 virtual void queueCustomMusic(
1248 ::std::string const& eventName,
1249 float volume,
1250 float fadeoutSeconds,
1251 ::MusicRepeatMode playMode
1252 ) /*override*/;
1253
1254 virtual void playCustomMusic(
1255 ::std::string const& eventName,
1256 float volume,
1257 float fadeoutSeconds,
1258 ::MusicRepeatMode playMode
1259 ) /*override*/;
1260
1261 virtual void setMusicCommandVolumeMultiplier(float volumeMultiplier) /*override*/;
1262
1263 virtual void stopCustomMusic(float fadeoutSeconds) /*override*/;
1264
1265 virtual ::EntityContext& getEntity() const /*override*/;
1266
1267 virtual ::AppSystemRegistry& getAppSystemRegistry() /*override*/;
1268
1269 virtual void onLanguageChanged(::std::string const& code, bool languageSystemInitializing) /*override*/;
1270
1271 virtual void onLanguageKeywordsLoadedFromPack(::PackManifest const&) /*override*/;
1272
1273 virtual void onLanguagesLoaded() /*override*/;
1274
1275 virtual void buildTreatmentPackStack(bool fireEvents) const /*override*/;
1276
1277 virtual ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv> getLevelDbEnv() /*override*/;
1278
1279 virtual ::Bedrock::NonOwnerPointer<::ChunkSource>
1280 getClientGenChunkSource(::DimensionType const& dimensionType) /*override*/;
1281
1282 virtual ::Bedrock::NotNullNonOwnerPtr<::ProfanityContext> getProfanityContext() /*override*/;
1283
1284 virtual double getGameUpdateDurationInSeconds() const /*override*/;
1285
1286 virtual void queueSubclientRemoval(::SubClientId subid) /*override*/;
1287
1288 virtual void logoffAllSubclients() /*override*/;
1289
1290 virtual void setIsInGame(bool isInGame) /*override*/;
1291
1292 virtual void createClientItemRegistry() /*override*/;
1293
1294 virtual ::Bedrock::NonOwnerPointer<::MinecraftInputHandler> getInput() const /*override*/;
1295
1296 virtual ::std::unique_ptr<::LocalServerLauncher::IGameInterface> createGameInterface() /*override*/;
1297
1298 virtual ::std::unique_ptr<::LocalServerLauncher::IServerInstanceBuilder> createServerBuilder() /*override*/;
1299
1300 virtual ::std::unique_ptr<::LocalServerLauncher::GameDependencies> createGameDependencies() /*override*/;
1301
1302 virtual ::TaskGroup& _getServerInitTaskGroup() /*override*/;
1303
1304 virtual bool
1305 checkMultiPlayerPermission(::std::optional<::Social::MultiplayerServiceIdentifier> service) /*override*/;
1306
1307 virtual bool isPlayingLevel() const /*override*/;
1308
1309 virtual void initImpl() /*override*/;
1310
1311 virtual void refocusMouse(bool lostMouse) /*override*/;
1312
1313 virtual void setMouseType(::Bedrock::Input::PointerType type) /*override*/;
1314
1315 virtual void onNotify(::edu::auth::CredentialsAcquired const& state) /*override*/;
1316
1317 virtual void onNotify(::edu::auth::CredentialsRefreshSuccess const& state) /*override*/;
1318
1319 virtual void onNotify(::edu::auth::GenericCredentialsEvent<::edu::auth::CredsLost> const& state) /*override*/;
1320
1321 virtual bool checkForPiracy() const /*override*/;
1322
1323 virtual ::Bedrock::NotNullNonOwnerPtr<::DevConsoleLogger> getDevConsoleLogger() const /*override*/;
1324
1325 virtual void completeServerStartup(
1326 ::std::shared_ptr<::LocalServerLauncher::ServerInitData> serverInitData,
1327 ::LocalServerLauncher::ServerLaunchResult&& result
1328 ) /*override*/;
1329 // NOLINTEND
1330
1331public:
1332 // member functions
1333 // NOLINTBEGIN
1334 MCAPI explicit MinecraftGame(::MinecraftGameArguments&& args);
1335
1336 MCAPI void _InitComplete();
1337
1338 MCAPI void _LoadRendererAssets();
1339
1340 MCAPI void _addSubClientInstanceAndAssociateToUserInternal(int controllerId, bool isInitialCheck);
1341
1342 MCAPI void _beginReloadingResources();
1343
1344 MCAPI void _buildClientStack();
1345
1346 MCAPI void _buildClientStartupStack();
1347
1348 MCAPI bool _clientUpdate();
1349
1350 MCAPI void _configureLighting();
1351
1352 MCAPI ::LocalServerLauncher::Impl::AllDependencies _createAllDependencies();
1353
1354 MCAPI ::std::shared_ptr<::ClientInstance>
1355 _createClientInstance(::SubClientId id, ::LatencyGraphDisplay* latencyDisplay, int controller);
1356
1357 MCAPI ::brstd::move_only_function<::std::unique_ptr<::IClientDimensionExtensions>(bool) const>
1358 _createDimensionExtensionsFactory(bool isClientSide);
1359
1360 MCAPI ::std::unique_ptr<::GameModuleClient> _createGameModuleClient(::SubClientId id);
1361
1362 MCAPI void _createPartySystem();
1363
1364 MCAPI void _cycleRoundRobinClientSubId();
1365
1366 MCAPI void _deinitOptionObservers(::IClientInstance& client);
1367
1368 MCAPI ::std::unique_ptr<::ResourcePackStack> _deserializeGlobalResourcePacks();
1369
1370 MCAPI void _deviceReinitialization(
1371 ::SerialWorkList& workList,
1372 ::std::optional<::dragon::framerenderer::DebugParameters> initDebugOptions
1373 );
1374
1375 MCAPI void _finishReloadingResources(::ResourcePackManager& mgr, bool fullVanillaPackOnStack);
1376
1377 MCAPI ::Bedrock::Threading::Async<void> _handleMultiplayerServiceJoinResult(
1378 ::Social::MultiplayerServiceIdentifier gameServiceProvider,
1379 ::Social::JoinGameStatus succeeded,
1380 ::Social::MultiplayerGameInfo const& newGame,
1381 bool isLan
1382 );
1383
1384 MCAPI void _initAppConfigs();
1385
1386 MCAPI ::SerialWorkList::WorkResult _initAudio();
1387
1388 MCAPI ::SerialWorkList::WorkResult _initCheckStorage();
1389
1390 MCAPI ::SerialWorkList::WorkResult _initClientNetworkSystem();
1391
1392 MCAPI ::SerialWorkList::WorkResult _initCrashReporting();
1393
1394 MCAPI ::SerialWorkList::WorkResult
1395 _initCreatePrimaryClient(::std::shared_ptr<::MinecraftGame::InitContext> initContext);
1396
1397 MCAPI ::SerialWorkList::WorkResult _initDatabase();
1398
1399 MCAPI ::SerialWorkList::WorkResult _initDefaultFonts();
1400
1401 MCAPI ::SerialWorkList::WorkResult _initDeviceDebugConfig();
1402
1403 MCAPI void _initEcoModeSystem();
1404
1405 MCAPI void _initEntityContext();
1406
1407 MCAPI ::SerialWorkList::WorkResult _initEventing();
1408
1409 MCAPI ::SerialWorkList::WorkResult _initFileSystemSpaceTracking();
1410
1411 MCAPI ::SerialWorkList::WorkResult _initFinish(::std::shared_ptr<::MinecraftGame::InitContext>& initContext);
1412
1413 MCAPI ::SerialWorkList::WorkResult _initFontHandles();
1414
1415 MCAPI ::SerialWorkList::WorkResult _initFontMetadata();
1416
1417 MCAPI ::SerialWorkList::WorkResult _initHideSplashScreen();
1418
1419 MCAPI ::SerialWorkList::WorkResult _initHttp();
1420
1421 MCAPI ::SerialWorkList::WorkResult _initIssueHardwareCursorLoad();
1422
1423 MCAPI ::SerialWorkList::WorkResult _initLoadRendererAssets();
1424
1425 MCAPI ::SerialWorkList::WorkResult _initLoadingBarMaterials();
1426
1427 MCAPI ::SerialWorkList::WorkResult _initLogging();
1428
1429 MCAPI void _initMinecraftGame();
1430
1431 MCAPI ::SerialWorkList::WorkResult _initMultiplayerMgr();
1432
1433 MCAPI ::SerialWorkList::WorkResult _initMultiplayerRequestHandler();
1434
1435 MCAPI ::SerialWorkList::WorkResult _initNetworkSessionOwner();
1436
1437 MCAPI ::SerialWorkList::WorkResult _initNewPlayerSystem();
1438
1439 MCAPI ::SerialWorkList::WorkResult _initNotifyOnActiveResourcePacksChanged();
1440
1441 MCAPI ::SerialWorkList::WorkResult _initOnGameSessionReset();
1442
1443 MCAPI ::SerialWorkList::WorkResult _initOreUIAssets();
1444
1445 MCAPI ::SerialWorkList::WorkResult _initOreUIDataProviderManager();
1446
1447 MCAPI ::SerialWorkList::WorkResult _initOreUIRendering();
1448
1449 MCAPI ::SerialWorkList::WorkResult _initOreUISystem(::std::shared_ptr<::MinecraftGame::InitContext> initContext);
1450
1451 MCAPI ::SerialWorkList::WorkResult _initOreUIViewsCoordinator();
1452
1453 MCAPI ::SerialWorkList::WorkResult _initPacks();
1454
1455 MCAPI ::SerialWorkList::WorkResult _initPartySystem();
1456
1457 MCAPI void _initPerMachineOptionObservers();
1458
1459 MCAPI void _initPerUserOptionObservers(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client);
1460
1461 MCAPI ::SerialWorkList::WorkResult _initPostA();
1462
1463 MCAPI ::SerialWorkList::WorkResult _initPostB();
1464
1465 MCAPI ::SerialWorkList::WorkResult _initPostC();
1466
1467 MCAPI ::SerialWorkList::WorkResult _initPostE();
1468
1469 MCAPI ::SerialWorkList::WorkResult _initPostFontAsync();
1470
1471 MCAPI ::SerialWorkList::WorkResult _initPreCacheOutOfGameViews();
1472
1473 MCAPI ::SerialWorkList::WorkResult
1474 _initPrimaryClientComplete(::std::shared_ptr<::MinecraftGame::InitContext> initContext);
1475
1476 MCAPI ::SerialWorkList::WorkResult _initPrimaryIdentity();
1477
1478 MCAPI ::SerialWorkList::WorkResult _initProgressTips();
1479
1480 MCAPI ::SerialWorkList::WorkResult _initPushAlwaysActiveScreen();
1481
1482 MCAPI ::SerialWorkList::WorkResult _initRealmsSystem();
1483
1484 MCAPI ::SerialWorkList::WorkResult _initRepopulateLevelInfoCache();
1485
1486 MCAPI ::SerialWorkList::WorkResult _initResourceLoader();
1487
1488 MCAPI void _initServicesManager();
1489
1490 MCAPI ::SerialWorkList::WorkResult _initSocialSystem();
1491
1492 MCAPI ::SerialWorkList::WorkResult _initStep1();
1493
1494 MCAPI ::SerialWorkList::WorkResult _initStep2();
1495
1496 MCAPI ::SerialWorkList::WorkResult _initStep2A();
1497
1498 MCAPI ::SerialWorkList::WorkResult _initStep2B();
1499
1500 MCAPI ::SerialWorkList::WorkResult _initStep3();
1501
1502 MCAPI ::SerialWorkList::WorkResult _initStep5();
1503
1504 MCFOLD ::SerialWorkList::WorkResult _initStorageMigration();
1505
1506 MCAPI ::SerialWorkList::WorkResult _initTTS();
1507
1508 MCAPI ::SerialWorkList::WorkResult _initTestClientInterface();
1509
1510 MCAPI ::SerialWorkList::WorkResult _initTimePlayedNotifier();
1511
1512 MCAPI ::SerialWorkList::WorkResult _initTriggerSignIn();
1513
1514 MCAPI ::SerialWorkList::WorkResult _initUILoadAsyncWait();
1515
1516 MCAPI ::SerialWorkList::WorkResult _initUpdateAppLaunchedCount();
1517
1518 MCAPI ::SerialWorkList::WorkResult _initUpdateFontsBasedOffOfOverrideEnable();
1519
1520 MCAPI ::SerialWorkList::WorkResult _initUser();
1521
1522 MCAPI ::SerialWorkList::WorkResult _initUserComplete();
1523
1524 MCAPI ::SerialWorkList::WorkResult _initWaitForContentManager();
1525
1526 MCAPI ::SerialWorkList::WorkResult _initWaitForDefaultFontsToLoad();
1527
1528 MCAPI ::SerialWorkList::WorkResult _initWaitForDiscoveryService();
1529
1530 MCAPI ::SerialWorkList::WorkResult _initWaitForEntitlementCacheLoad();
1531
1532 MCAPI ::SerialWorkList::WorkResult _initWaitForFontMetadataToLoad();
1533
1534 MCAPI ::SerialWorkList::WorkResult _initWaitForFrameBuilder();
1535
1536 MCAPI ::SerialWorkList::WorkResult _initWaitForInitialServicePacks();
1537
1538 MCAPI ::SerialWorkList::WorkResult _initWaitForLocalization();
1539
1540 MCAPI ::SerialWorkList::WorkResult _initWaitForMainMenuResources();
1541
1542 MCAPI ::SerialWorkList::WorkResult _initWaitForOfferLicense();
1543
1544 MCAPI ::SerialWorkList::WorkResult _initWaitForOfferRepo();
1545
1546 MCAPI ::SerialWorkList::WorkResult _initWaitForOreUIAssets() const;
1547
1548 MCAPI ::SerialWorkList::WorkResult _initWaitForPrimaryUser();
1549
1550 MCAPI ::SerialWorkList::WorkResult _initWaitForRepopulateLevelInfoCache();
1551
1552 MCAPI ::SerialWorkList::WorkResult _initWaitForResourceRepository();
1553
1554 MCAPI ::SerialWorkList::WorkResult _initWaitForSkinRepo();
1555
1556 MCAPI ::SerialWorkList::WorkResult _initWaitForWorldTemplateManager();
1557
1558 MCAPI ::SerialWorkList::WorkResult _initWorldSystem();
1559
1560 MCAPI ::SerialWorkList::WorkResult _initializeFrameBuilder();
1561
1562 MCAPI void _initializeTextureStreamingResources();
1563
1564 MCAPI bool _isFriendsDrawerEnabledIngame() const;
1565
1566 MCAPI bool _isGameplayPaused();
1567
1568 MCAPI bool _isWaitingOnADAuthentication() const;
1569
1570 MCAPI ::Bedrock::Threading::Async<void> _joinMultiplayerGame(
1571 ::Social::MultiplayerGameInfo const& gameToJoin,
1572 ::std::string const& multiplayerCorrelationId,
1573 ::PlayerJoinWorldContext context
1574 );
1575
1576 MCAPI void _joinRealmFromMultiplayerServiceInvite(::Social::MultiplayerGameInfo const& newGame);
1577
1578 MCAPI void _loadAdditionalPackResources(bool fullVanillaPackOnStack);
1579
1580 MCAPI ::SerialWorkList::WorkResult _loadGlobalResourcePacks();
1581
1582 MCAPI void _loadInitialPackResources(::ResourcePackManager& mgr, bool fullVanillaPackOnStack);
1583
1584 MCAPI void _loadLanguageData();
1585
1586 MCAPI void _loadLastGlobalResourcePacksFromFile(bool waitForUIReload);
1587
1588 MCAPI void _loadSoundAndMusic();
1589
1590 MCAPI ::SerialWorkList::WorkResult _notifyOnFullVanillaPackOnStack();
1591
1592 MCAPI void _onActiveResourcePacksChanged(::ResourcePackManager& mgr, bool fullVanillaPackOnStack);
1593
1594 MCAPI void _onDeviceLostRecovery();
1595
1596 MCAPI ::SerialWorkList::WorkResult _onDeviceRestoreFinish();
1597
1598 MCAPI void _onEntitlementsChanged();
1599
1600 MCAPI void _onEntitlementsChangedNotifyUI();
1601
1602 MCAPI void _onInitRemoteSystem(::std::function<void()> syncCompleteCallback);
1603
1604 MCAPI void _onPrimaryUserConnectComplete(
1605 ::Social::UserPlatformConnectionResult status,
1606 bool runStartScreen,
1607 bool userInitiated
1608 );
1609
1610 MCAPI ::SerialWorkList::WorkResult _onResumeBegin();
1611
1612 MCAPI ::SerialWorkList::WorkResult _onResumeFinish();
1613
1614 MCAPI ::SerialWorkList::WorkResult _onResumeHttp();
1615
1616 MCAPI ::SerialWorkList::WorkResult _onResumePrimaryClient();
1617
1618 MCAPI ::SerialWorkList::WorkResult _onResumeQueueFontReloadTextures();
1619
1620 MCAPI ::SerialWorkList::WorkResult _onResumeQueueReloadActors();
1621
1622 MCAPI ::SerialWorkList::WorkResult _onResumeQueueReloadAnimation();
1623
1624 MCAPI ::SerialWorkList::WorkResult _onResumeQueueReloadParticleEffects();
1625
1626 MCAPI ::SerialWorkList::WorkResult _onResumeQueueReloadTextures();
1627
1628 MCAPI ::SerialWorkList::WorkResult _onResumeQueueReloadTexturesAtlas();
1629
1630 MCAPI ::SerialWorkList::WorkResult _onResumeReloadDefaultLighting();
1631
1632 MCAPI ::SerialWorkList::WorkResult _onResumeRestartServices();
1633
1634 MCAPI ::SerialWorkList::WorkResult _onResumeWaitFontReloadTextures();
1635
1636 MCAPI ::SerialWorkList::WorkResult _onResumeWaitPreviousResourceLoads();
1637
1638 MCAPI ::SerialWorkList::WorkResult _onResumeWaitReloadActors();
1639
1640 MCAPI ::SerialWorkList::WorkResult _onResumeWaitReloadAnimation();
1641
1642 MCAPI ::SerialWorkList::WorkResult _onResumeWaitReloadParticleEffects();
1643
1644 MCAPI ::SerialWorkList::WorkResult _onResumeWaitReloadTextures();
1645
1646 MCAPI ::SerialWorkList::WorkResult _onResumeWaitReloadTexturesAtlas();
1647
1648 MCAPI void _onSplitScreenChanged();
1649
1650 MCAPI void _onStorageDirectoryChanged(::Core::Path const& path);
1651
1652 MCAPI void _onTTSOptionChanged();
1653
1654 MCAPI void _onTTSOptionChanged(bool enabled);
1655
1656 MCAPI void _onTextureAtlasStatus(::TextureAtlasStatus const&);
1657
1658 MCAPI void _onUserSigninPlayFab(uint userId);
1659
1660 MCAPI void _onUserSigninXboxLive(uint userId);
1661
1662 MCAPI void _onUserSignoutPlayFab(uint userId);
1663
1664 MCAPI void _onUserSignoutXboxLive(uint userId);
1665
1666 MCAPI void _performNetworkReadyActions();
1667
1668 MCAPI bool _platformShowsHdrCalibrationScreen();
1669
1670 MCAPI void _preCacheOutOfGameViews();
1671
1672 MCAPI void _recomputeResolution();
1673
1674 MCAPI void _registerClientOptionLock(
1675 ::SubClientId clientId,
1676 ::Option* option,
1677 ::std::function<void(bool&)> isModifiableCondition
1678 );
1679
1680 MCAPI void _registerClientOptionObserver(
1681 ::SubClientId clientId,
1682 ::Option* option,
1683 ::std::function<void(::Option const&)> onValueChangeCallback
1684 );
1685
1686 MCAPI ::Bedrock::ScopeExit _registerOnInitUriListeners();
1687
1688 MCAPI void _registerPrimaryUserOptionLock(::Option* option, ::std::function<void(bool&)> isModifiableCondition);
1689
1690 MCAPI void
1691 _registerPrimaryUserOptionObserver(::Option* option, ::std::function<void(::Option const&)> onValueChangeCallback);
1692
1693 MCAPI void _reloadLightingTextures();
1694
1695 MCAPI void _removePendingSubclients();
1696
1697 MCAPI void _setupFrameBuilderOptimizer();
1698
1699 MCAPI void _setupRenderer();
1700
1701 MCAPI void _teardownRenderer(bool removeDevice);
1702
1703 MCAPI void _terminateRenderer();
1704
1705 MCAPI void _unregisterOnInitUriListeners();
1706
1707 MCAPI void _update();
1708
1709 MCAPI void _updateLightingModel();
1710
1711 MCAPI void _updatePackStackForLeaveGame();
1712
1713 MCAPI void _updatePerformanceTrackers();
1714
1715 MCAPI void _updateProfilerLite();
1716
1717 MCAPI void _updateTextureAtlasPBRData(::TextureAtlas const& textureAtlas, bool terrain);
1718
1719 MCAPI ::SerialWorkList::WorkResult _waitForAudio();
1720
1721 MCAPI ::SerialWorkList::WorkResult _waitForFileSystemSpaceTracking();
1722
1723 MCAPI ::SerialWorkList::WorkResult _waitForLoadRendererAssets();
1724
1725 MCAPI ::SerialWorkList::WorkResult _waitForStorageMigration();
1726
1727 MCAPI void adjustClientsUISizeAndScale();
1728
1729 MCAPI void cleanReloadMaterials();
1730
1731 MCAPI uint continueLeaveGame();
1732
1733 MCAPI bool currentScreenShouldStealMouse();
1734
1735 MCAPI void doInitializationCompleteWork(::std::function<void()> workFn);
1736
1737 MCAPI void endFrame();
1738
1739 MCAPI ::std::shared_ptr<::ClientBlobCache::Cache> getClientBlobCache();
1740
1741 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IClientInstance> getClientInstance(::SubClientId subid);
1742
1743 MCAPI ::Bedrock::NonOwnerPointer<::ServerNetworkHandler> getServerNetworkHandler();
1744
1745 MCAPI void handleLicenseChanged();
1746
1747 MCAPI void handleShowUpsellScreen(bool timeExpired);
1748
1749 MCAPI void initEventing();
1750
1751 MCAPI bool isInEDUMultiplayerSession();
1752
1753 MCAPI bool isServerVisible();
1754
1755 MCAPI void onTick();
1756
1757 MCAPI bool primaryLevelExists() const;
1758
1759 MCAPI void reloadMaterials();
1760
1761 MCAPI void setDpadScale();
1762
1763 MCAPI void startFrame();
1764
1765 MCAPI void tickInput();
1766
1767 MCAPI bool tryGetIdForNewSubClient(int controllerId, ::SubClientId& outNewClientId, bool isInitialCheck) const;
1768
1769 MCAPI void updateAudio(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client, ::Timer const& timer);
1770
1771 MCAPI void updateGraphics(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client, ::Timer const& timer);
1772 // NOLINTEND
1773
1774public:
1775 // constructor thunks
1776 // NOLINTBEGIN
1777 MCAPI void* $ctor(::MinecraftGameArguments&& args);
1778 // NOLINTEND
1779
1780public:
1781 // destructor thunk
1782 // NOLINTBEGIN
1783 MCAPI void $dtor();
1784 // NOLINTEND
1785
1786public:
1787 // virtual function thunks
1788 // NOLINTBEGIN
1789 MCAPI void $initialize();
1790
1791 MCAPI bool $stop();
1792
1793 MCAPI void $processActivationArguments(::Bedrock::ActivationArguments const& args);
1794
1795 MCAPI void $audioEngineOn();
1796
1797 MCAPI void $audioEngineOff();
1798
1799 MCAPI void $update();
1800
1801 MCAPI void $play(::std::string const& name, ::Vec3 const& pos, float volume, float pitch);
1802
1803 MCAPI void $playUI(::std::string const& name, float volume, float pitch);
1804
1805 MCAPI void $stopSound(::std::string const& name);
1806
1807 MCAPI void $stopSounds();
1808
1809 MCAPI void $setUISizeAndScale(int w, int h, float forcedGuiScale);
1810
1811 MCAPI void $setRenderingSize(int w, int h);
1812
1813 MCAPI void $recalculateScene();
1814
1815 MCAPI void $setSmoothFontStyle();
1816
1817 MCAPI void $setUIFontStyle();
1818
1819 MCAPI ::Bedrock::Threading::Async<void> $startLocalServerAsync(
1820 ::std::string const& levelId,
1821 ::std::string const& levelName,
1822 ::ContentIdentity const& premiumTemplateContentIdentity,
1823 ::LevelSettings const& settings,
1824 ::StartIntent startIntent
1825 );
1826
1827 MCAPI void $createAndUploadWorldToRealm(
1828 ::std::string const& levelId,
1829 ::std::string const& levelName,
1830 ::ContentIdentity const& premiumTemplateContentIdentity,
1831 ::LevelSettings const& settings,
1832 ::Realms::World world,
1833 ::std::function<void(::Realms::World)> callback
1834 );
1835
1836 MCAPI bool $canStartLocalServer() const;
1837
1838 MCAPI bool $isAudioInitialized() const;
1839
1840 MCAPI ::Bedrock::NotNullNonOwnerPtr<::SoundEngine> $getSoundEngine() const;
1841
1842 MCFOLD ::MusicManager const* $getMusicManager() const;
1843
1844 MCFOLD ::MusicManager* $getMusicManagerNonConst() const;
1845
1846 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ITextBoxController> $getTextBoxController();
1847
1848 MCAPI void $onLowMemory(::LowMemorySeverity);
1849
1850 MCAPI void $onAppFocusLost();
1851
1852 MCAPI void $onAppFocusGained();
1853
1854 MCAPI void $onAppPaused();
1855
1856 MCAPI void $onAppUnpaused();
1857
1858 MCAPI void $setReconnectionCookie(
1859 ::std::optional<::std::variant<
1860 ::GameConnectionInfoEx,
1861 ::Social::MultiplayerGameInfo,
1862 ::ExperienceConnectionData,
1863 ::Realms::RealmId>> const& reconnectCookie
1864 );
1865
1866 MCAPI ::std::optional<::std::variant<
1867 ::GameConnectionInfoEx,
1868 ::Social::MultiplayerGameInfo,
1869 ::ExperienceConnectionData,
1870 ::Realms::RealmId>>
1871 $getReconnectionCookie();
1872
1873 MCAPI void $onAppPreSuspended();
1874
1875 MCAPI void $onAppSuspended();
1876
1877 MCAPI void $onAppResumed();
1878
1879 MCAPI void $onDeviceLost();
1880
1881 MCAPI void $onAppSurfaceCreated();
1882
1883 MCAPI void $onAppSurfaceDestroyed();
1884
1885 MCAPI void $openPauseMenu();
1886
1887 MCAPI bool $hasNetworkPrivileges(bool onlyWifiAllowed);
1888
1889 MCAPI void $onPlayerLoaded(::IClientInstance& client, ::Player& player);
1890
1891 MCAPI void $onDimensionChanged();
1892
1893 MCAPI void $setDisableInputForAllOtherClients(int id, bool disableStatus);
1894
1895 MCAPI void $onGameEventNotification(::ui::GameEventNotification notification);
1896
1897 MCAPI void $playerListChanged();
1898
1899 MCAPI void $onLevelDestruction(::std::string const& levelId);
1900
1901 MCAPI void $setWorldTransferAction(
1902 ::std::variant<
1903 ::LocalWorldTransferActionFunc,
1904 ::ExternalWorldTransferActionFunc,
1905 ::RealmTransferActionFunc,
1906 ::std::monostate>&& worldTransferAction
1907 );
1908
1909 MCAPI ::std::variant<
1910 ::LocalWorldTransferActionFunc,
1911 ::ExternalWorldTransferActionFunc,
1912 ::RealmTransferActionFunc,
1913 ::std::monostate> const&
1914 $getWorldTransferAction() const;
1915
1916 MCAPI ::Bedrock::NonOwnerPointer<::WorldTransferAgent> const $getWorldTransferAgent() const;
1917
1918 MCAPI void $setIsWorldTransferInProgress(bool isWorldTransferInProgress);
1919
1920 MCAPI bool $isWorldTransferInProgress() const;
1921
1922 MCFOLD void $setResetCallbackObject(::ResetCallbackObject* obj);
1923
1924 MCAPI void $requestLeaveGame(bool switchScreen, bool sync);
1925
1926 MCAPI void $requestLeaveThenJoinFriendsWorld(::std::string_view serverId);
1927
1928 MCAPI void $startLeaveGame();
1929
1930 MCAPI bool $isLeaveGameDone() const;
1931
1932 MCAPI void $destroyGame();
1933
1934 MCAPI void $setupCommandParser(::IClientInstance& client);
1935
1936 MCAPI void $onClientCreatedLevel(::IClientInstance& client);
1937
1938 MCAPI ::GameRenderer& $getGameRenderer() const;
1939
1940 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IUIDefRepository> $getUIDefRepo() const;
1941
1942 MCAPI void $joinRealmsGame(
1943 ::Realms::World const& realm,
1944 ::Social::GameConnectionInfo const& gameConnection,
1945 ::PlayerJoinWorldContext context
1946 );
1947
1948 MCAPI void $joinRealmFromInvite(::Realms::World const& world);
1949
1950 MCAPI void $joinRealmFromConnectLink(::Realms::World const& world, ::PlayerJoinWorldContext context);
1951
1952 MCAPI void $setRealmsLoadingLink(bool state);
1953
1954 MCAPI void $joinRealm(
1955 ::Realms::World const& world,
1956 ::IMinecraftEventing::RealmConnectionFlow telemetryEventingConnectionFlow,
1957 ::PlayerJoinWorldContext context
1958 );
1959
1960 MCAPI ::Bedrock::Threading::Async<void>
1961 $joinMultiplayerGame(::Social::MultiplayerGameInfo const& gameInfo, ::PlayerJoinWorldContext context);
1962
1963 MCAPI void $joinMultiplayerWithAddress(
1964 ::Social::GameConnectionInfo gameConnection,
1965 bool joiningLocalServer,
1966 ::std::string const& serverName,
1967 ::std::string const& worldName,
1968 ::NetworkType networkTypeOverride,
1969 ::PlayerJoinWorldContext context
1970 );
1971
1972 MCAPI void $joinRemoteServerWithAddress(
1973 ::Social::GameConnectionInfo gameConnection,
1974 ::std::string const& serverName,
1975 ::std::string const& worldName,
1976 ::NetworkType networkTypeOverride,
1977 ::PlayerJoinWorldContext context
1978 );
1979
1980 MCAPI bool $isLocalPlayer(::ActorUniqueID const& id) const;
1981
1982 MCAPI void $setLeaveGameInProgressAsReadyToContinue();
1983
1984 MCAPI bool $isPrimaryClientInstanceReady() const;
1985
1986 MCAPI void $ensureAllClientsAreLeaving() const;
1987
1988 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IClientInstance> $getPrimaryClientInstance();
1989
1990 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IClientInstance const> $getPrimaryClientInstance() const;
1991
1992 MCAPI ::ItemRegistryRef $getClientItemRegistry() const;
1993
1994 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::NewPlayerSystem> $getNewPlayerSystem();
1995
1996 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::NewPlayerSystem const> $getNewPlayerSystem() const;
1997
1998 MCFOLD ::std::map<::SubClientId, ::std::shared_ptr<::IClientInstance>> const& $getClientInstanceMap() const;
1999
2000 MCAPI ::std::shared_ptr<::IClientInstance> $tryGetClientInstanceFromPlayerUUID(::mce::UUID const& playerId) const;
2001
2002 MCAPI uint $getUIRenderClientMask() const;
2003
2004 MCAPI uint64 $getClientInstanceCount() const;
2005
2006 MCAPI void $forEachClientInstance(::std::function<void(::IClientInstance&)> callback);
2007
2008 MCAPI ::LocalPlayer* $getPrimaryLocalPlayer();
2009
2010 MCAPI ::LocalPlayer const* $getPrimaryLocalPlayer() const;
2011
2012 MCAPI bool $isPrimaryLevelCrossPlatformMultiplayer() const;
2013
2014 MCAPI bool $isPrimaryLevelMultiplayer() const;
2015
2016 MCAPI ::Bedrock::NotNullNonOwnerPtr<::GuiData> $getPrimaryGuiData();
2017
2018 MCAPI ::std::shared_ptr<::OptionRegistry> $getPrimaryUserOptions();
2019
2020 MCAPI ::std::shared_ptr<::OptionRegistry const> $getPrimaryUserOptions() const;
2021
2022 MCAPI bool $isPrimaryUserSigninInProgress() const;
2023
2024 MCAPI void $resetInput();
2025
2026 MCFOLD ::PixelCalc const& $getDpadScale() const;
2027
2028 MCAPI void $setKeyboardForcedHeight(float height, bool isShowSignal);
2029
2030 MCAPI bool $canActivateKeyboard();
2031
2032 MCAPI void $reloadAnimationAndGeometryData(bool sync);
2033
2034 MCAPI ::Bedrock::NotNullNonOwnerPtr<::GeometryGroup> $getGeometryGroup() const;
2035
2036 MCAPI ::Bedrock::NotNullNonOwnerPtr<::BlockCullingGroup> $getBlockCullingGroup() const;
2037
2038 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ClientBlockPipeline::SchematicsRepository> $getSchematicsRepository() const;
2039
2040 MCFOLD ::ParticleEffectGroup& $getParticleEffectGroup() const;
2041
2042 MCAPI ::DeferredLighting& $getDeferredLighting() const;
2043
2044 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ContentAcquisition> $getContentAcquisition() const;
2045
2046 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IOfferRepository> $getOfferRepository() const;
2047
2048 MCAPI ::Bedrock::NotNullNonOwnerPtr<::TrialManager> $getTrialManager() const;
2049
2050 MCAPI ::Bedrock::NotNullNonOwnerPtr<::PersonaService> $getPersonaService() const;
2051
2052 MCAPI ::Bedrock::NotNullNonOwnerPtr<::GatheringManager> $getGatheringManager() const;
2053
2054 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService> $getContentCatalogService() const;
2055
2056 MCAPI ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository> $getStoreCatalog() const;
2057
2058 MCAPI ::ServiceDrivenImageRepository& $getServiceImageRepository() const;
2059
2060 MCAPI ::Bedrock::NotNullNonOwnerPtr<::LibraryRepository> $getLibraryRepository() const;
2061
2062 MCAPI ::std::shared_ptr<::ActorAnimationGroup> $getActorAnimationGroup() const;
2063
2064 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActorAnimationControllerGroup> $getActorAnimationControllerGroup() const;
2065
2066 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository const> $getThirdPartyServerRepository() const;
2067
2068 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository> $getThirdPartyServerRepository();
2069
2070 MCAPI ::std::shared_ptr<::SkinRepository> $getSkinRepository() const;
2071
2072 MCAPI ::PersonaRepository& $getPersonaRepository() const;
2073
2074 MCAPI ::MarketplaceServicesManager& $getMarketplaceServicesManager() const;
2075
2076 MCAPI ::Bedrock::NotNullNonOwnerPtr<::WorldTemplateManager> $getWorldTemplateManager() const;
2077
2078 MCAPI ::World::WorldSystem& $getWorldSystem() const;
2079
2080 MCAPI bool $isWorldSystemReady() const;
2081
2082 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Realms::RealmsSystem> $getRealmsSystem() const;
2083
2084 MCAPI ::Social::SocialSystem& $getSocialSystem() const;
2085
2086 MCAPI ::Bedrock::NonOwnerPointer<::Parties::PartySystem> $getPartySystem() const;
2087
2088 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Progress::ProgressTips> $getUIProgressTips() const;
2089
2090 MCAPI ::IResourcePackRepository& $getResourcePackRepository() const;
2091
2092 MCFOLD ::ResourcePackManager& $getResourcePackManager() const;
2093
2094 MCAPI ::ResourcePackManager& $getServerResourcePackManager();
2095
2096 MCFOLD ::PackManifestFactory& $getPackManifestFactory();
2097
2098 MCAPI ::PlayerMessagingService& $getPlayerMessagingService();
2099
2100 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> $getKeyProvider() const;
2101
2102 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::IContentAccessibilityProvider const> $getAccessibilityProvider() const;
2103
2104 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::IContentAccessibilityProvider> $getAccessibilityProvider();
2105
2106 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const> $getContentTierManager() const;
2107
2108 MCAPI ::PackSourceFactory& $getPackSourceFactory() const;
2109
2110 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager> $getResourceLoadManager();
2111
2112 MCAPI ::ILevelListCache& $getLevelListCache();
2113
2114 MCAPI bool $hasAllValidCrossPlatformSkin() const;
2115
2116 MCAPI ::PackDownloadManager& $getPackDownloadManager();
2117
2118 MCFOLD ::Bedrock::NonOwnerPointer<::LinkedAssetValidator> $getLinkedAssetValidator() const;
2119
2120 MCFOLD bool $isMultiplayerServiceManagerReady() const;
2121
2122 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager> $getMultiplayerServiceManager() const;
2123
2124 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager> $getUserManager() const;
2125
2126 MCAPI ::IMinecraftEventing& $getEventing() const;
2127
2128 MCAPI ::ServerInstance* $getServerInstance();
2129
2130 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ServerInstance> $getServerInstanceNonOwnPtr();
2131
2132 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ClientNetworkSystem> $getClientNetworkSystemPtr();
2133
2134 MCAPI ::ClientNetworkSystem& $getClientNetworkSystem();
2135
2136 MCAPI ::ClientNetworkSystem const& $getClientNetworkSystem() const;
2137
2138 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> $getActiveDirectoryIdentity();
2139
2140 MCAPI void $clearCache();
2141
2142 MCAPI void $releaseClientSubId(::SubClientId subid);
2143
2144 MCAPI bool $isStartingGame() const;
2145
2146 MCAPI bool $isSplitscreenJoinEnabled() const;
2147
2148 MCAPI bool $canAddSplitscreenSubClient(int controllerId) const;
2149
2150 MCAPI void $addSubClientInstanceAndAssociateToUser(int controllerId);
2151
2152 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ControllerIDtoClientMap> $retrieveCIDToClientMap();
2153
2154 MCAPI ::Bedrock::PubSub::Subscription
2155 $registerSplitScreenChangedListener(::std::function<void(uchar)> callback) const;
2156
2157 MCAPI uchar $getSplitScreenCount() const;
2158
2159 MCAPI float $calculateScreenSizeToResolutionScalar(int const width, int const height) const;
2160
2161 MCAPI ::Bedrock::NotNullNonOwnerPtr<::GlobalResourcesCrashRecovery const> $GetGlobalResourcesCrashRecovery() const;
2162
2163 MCAPI bool $isReadyToRender() const;
2164
2165 MCAPI bool $isShowingLoadingScreen() const;
2166
2167 MCAPI bool $isRenderingLoadingScreen() const;
2168
2169 MCAPI void $registerUpsellScreen();
2170
2171 MCAPI ::SceneFactory& $getPrimarySceneFactory() const;
2172
2173 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::ISceneStack const> $getMainSceneStack() const;
2174
2175 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> $getMainSceneStack();
2176
2177 MCAPI ::OreUI::Router& $getUIRouter();
2178
2179 MCAPI ::OreUI::DataProviderManager_DEPRECATED& $getDataProviderManager();
2180
2181 MCAPI ::std::weak_ptr<::RealmsAPI> $getRealms();
2182
2183 MCAPI ::Realms::ContentService& $getRealmsContentService();
2184
2185 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Realms::RealmsServices> $getRealmsServices();
2186
2187 MCAPI ::std::weak_ptr<::ClubsService> $getClubsService();
2188
2189 MCAPI ::std::shared_ptr<::Realms::GenericRequestServiceHandler> $getGenericRealmsService();
2190
2191 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Realms::SubscriptionService> $getRealmsSubscriptionService();
2192
2193 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::PresenceManager> $getPresenceManager();
2194
2195 MCFOLD ::Bedrock::NonOwnerPointer<::EDUSystems> $getEDUSystems();
2196
2197 MCFOLD ::Bedrock::NonOwnerPointer<::EDUSystems const> $getEDUSystems() const;
2198
2199 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Minecraft> $getPrimaryMinecraft();
2200
2201 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Automation::AutomationClient> $getAutomationClient() const;
2202
2203 MCFOLD bool $isDedicatedServer() const;
2204
2205 MCFOLD bool $isEduMode() const;
2206
2207 MCAPI void $onNetworkMaxPlayersChanged(uint newMaxPlayerCount);
2208
2209 MCFOLD ::IGameModuleApp& $getGameModule();
2210
2211 MCFOLD ::IGameModuleShared& $getGameModuleShared();
2212
2213 MCAPI void $requestServerShutdown();
2214
2215 MCAPI void $setLaunchedFromLegacyVersion(bool launchedFromLegacyVersion);
2216
2217 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FileArchiver> $getFileArchiver() const;
2218
2219 MCAPI bool $requestInGamePause(::SubClientId const& subClient, bool status);
2220
2221 MCAPI ::InputMode $getCurrentInputMode() const;
2222
2223 MCAPI void $handleInputPaneHidden();
2224
2225 MCAPI ::Bedrock::NotNullNonOwnerPtr<::LevelLoader> $getLevelLoader();
2226
2227 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ExternalContentManager> $getContentManager();
2228
2229 MCAPI ::IContentManager& $getResourceContentManager();
2230
2231 MCAPI ::std::string $getMultiplayerDisabledTextTitle(::MultiplayerLockedContext context) const;
2232
2233 MCAPI ::std::string $getMultiplayerDisabledTextBody(::MultiplayerLockedContext context) const;
2234
2235 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::IExternalServerFile> $getExternalServer() const;
2236
2237 MCAPI ::std::shared_ptr<::mce::TextureGroup> $getTextureGroup() const;
2238
2239 MCAPI ::Bedrock::NotNullNonOwnerPtr<::mce::TextureGroup> $getStoreCacheTextures() const;
2240
2241 MCAPI ::Bedrock::NotNullNonOwnerPtr<::MinecraftGraphics> $getMinecraftGraphics();
2242
2243 MCAPI ::Bedrock::NotNullNonOwnerPtr<::TextureAtlas> $getTextureAtlas();
2244
2245 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IUIRepository> $getUIRepository() const;
2246
2247 MCAPI ::Bedrock::NotNullNonOwnerPtr<::SeasonsRenderer> $getSeasonsRenderer();
2248
2249 MCAPI ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager> $getFilePathManager();
2250
2251 MCAPI void $setUseFontOverrides(bool useOverrides);
2252
2253 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> $getFontHandle() const;
2254
2255 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> $getRuneFontHandle() const;
2256
2257 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> $getUnicodeFontHandle() const;
2258
2259 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> $getSmoothFontHandle() const;
2260
2261 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> $getUIFontHandle() const;
2262
2263 MCAPI ::Bedrock::NotNullNonOwnerPtr<::EmoticonManager const> $getEmoticonManager() const;
2264
2265 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::TextToIconMapper const> $getTextToIconMapper() const;
2266
2267 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::TextToIconMapper> $getTextToIconMapper();
2268
2269 MCFOLD bool $getMouseGrabbed() const;
2270
2271 MCAPI void $navigateToPlayScreenFriendsTab();
2272
2273 MCAPI bool $hasActorResourceDefinitionGroup() const;
2274
2275 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::ActorResourceDefinitionGroup const> $getActorResourceDefinitionGroup() const;
2276
2277 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::RenderControllerGroup const> $getRenderControllerGroup() const;
2278
2279 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::RenderControllerGroup> $getRenderControllerGroup();
2280
2281 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::ActorResourceDefinitionGroup> $getActorResourceDefinitionGroupMutable();
2282
2283 MCAPI ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList> $getOreUIResourceAllowList();
2284
2285 MCAPI ::Bedrock::Threading::Async<::Core::PathBuffer<::std::string>>
2286 $requestScreenshot(::ScreenshotOptions& screenshotOptions);
2287
2288 MCAPI void $onActiveResourcePacksChanged(::ResourcePackManager& mgr);
2289
2290 MCAPI bool $onFullPackStackInvalid();
2291
2292 MCAPI void $onLanguageSubpacksChanged();
2293
2294 MCAPI void $onBaseGamePackDownloadComplete();
2295
2296 MCAPI void $displayActiveDirectoryLoginDialog();
2297
2298 MCAPI void $handleReloadUIDefinitions();
2299
2300 MCAPI void $onPushNotificationReceived(::PushNotificationMessage const& msg);
2301
2302 MCAPI ::Bedrock::NotNullNonOwnerPtr<::FlightingService> $getFlightingService() const;
2303
2304 MCAPI ::std::shared_ptr<::FlightingService> $getFlightingServicePtr() const;
2305
2306 MCAPI ::Bedrock::NotNullNonOwnerPtr<::TreatmentPackDownloadMonitor const> $getTreatmentPackDownloadMonitor() const;
2307
2308 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> $getEntitlementManager();
2309
2310 MCFOLD ::IDlcValidation& $getDlcValidation();
2311
2312 MCAPI ::ServicesManager& $getServicesManager();
2313
2314 MCAPI ::Bedrock::NotNullNonOwnerPtr<::SunsettingManager> $getSunsettingManager();
2315
2316 MCAPI ::Bedrock::NotNullNonOwnerPtr<::DateManager> $getDateManager() const;
2317
2318 MCAPI void $grabMouse();
2319
2320 MCAPI void $releaseMouse();
2321
2322 MCAPI void $muteAudio();
2323
2324 MCAPI void $unMuteAudio();
2325
2326 MCAPI uint64
2327 $generateClientId(bool generatedNewId, bool& clientIdModifier, uint64 user, ::std::shared_ptr<::Social::User>);
2328
2329 MCFOLD bool $isHostingLocalDedicatedServer() const;
2330
2331 MCAPI void $shutdownServer();
2332
2333 MCAPI void $pauseContentDownloads();
2334
2335 MCAPI void $resumeContentDownloads();
2336
2337 MCFOLD ::UIMeasureStrategy& $getUIMeasureStrategy();
2338
2339 MCFOLD void $copyInternalSettingsFolderToExternalLocation() const;
2340
2341 MCAPI void $onClientLevelExit(::IClientInstance& exitClient, uint exitCode);
2342
2343 MCAPI void $resetThreadCallbacks();
2344
2345 MCAPI bool $isInGame() const;
2346
2347 MCAPI bool $isInServer() const;
2348
2349 MCAPI bool $isInRealm() const;
2350
2351 MCAPI void $fadeOutMusic();
2352
2353 MCAPI bool $isInitialized() const;
2354
2355 MCFOLD bool $useMinecraftVersionOfXBLUI() const;
2356
2357 MCAPI int $getMaxPlayerCount() const;
2358
2359 MCAPI void $setProfilerIsOn(bool val);
2360
2361 MCAPI void $onPrimaryUserReconnect(::Social::UserPlatformConnectionResult status, bool isUserInitiated);
2362
2363 MCAPI ::Bedrock::NotNullNonOwnerPtr<::CubemapBackgroundResources> $getCubemapBackgroundResources();
2364
2365 MCAPI void $setAppWillTerminate(bool willTerminate);
2366
2367 MCAPI ::DeferredTasksManager<::DeferredTaskCategory>& $getDeferredTasks();
2368
2369 MCFOLD void $onForceCloudSave();
2370
2371 MCAPI void $onOptionsLoadBegin();
2372
2373 MCAPI void $onOptionsLoadComplete();
2374
2375 MCAPI bool $shouldShowRatingsPrompt() const;
2376
2377 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ServerInstanceEventCoordinator> $getServerInstanceEventCoordinator();
2378
2379 MCAPI ::Bedrock::NotNullNonOwnerPtr<::IApp> $getApp();
2380
2381 MCAPI bool $getSuspended() const;
2382
2383 MCAPI bool $isResuming() const;
2384
2385 MCAPI void $doPrimaryClientReadyWork(::std::function<void()> workFn);
2386
2387 MCAPI void $doUserManagerReadyWork(::std::function<void()> workFn);
2388
2389 MCAPI ::Bedrock::NotNullNonOwnerPtr<::ScreenshotRecorder> $getScreenshotRecorder();
2390
2391 MCAPI bool $isEditorModeEnabled() const;
2392
2393 MCAPI ::Bedrock::NonOwnerPointer<::ContentLogFileEndPoint> const $getContentFileLogEndPoint() const;
2394
2395 MCAPI void $tryShowXblFirstLaunchScreen(bool isUserConnectedToPlatform);
2396
2397 MCAPI bool $isMusicEnabled() const;
2398
2399 MCAPI void
2400 $queueCustomMusic(::std::string const& eventName, float volume, float fadeoutSeconds, ::MusicRepeatMode playMode);
2401
2402 MCAPI void
2403 $playCustomMusic(::std::string const& eventName, float volume, float fadeoutSeconds, ::MusicRepeatMode playMode);
2404
2405 MCAPI void $setMusicCommandVolumeMultiplier(float volumeMultiplier);
2406
2407 MCAPI void $stopCustomMusic(float fadeoutSeconds);
2408
2409 MCAPI ::EntityContext& $getEntity() const;
2410
2411 MCAPI ::AppSystemRegistry& $getAppSystemRegistry();
2412
2413 MCAPI void $onLanguageChanged(::std::string const& code, bool languageSystemInitializing);
2414
2415 MCFOLD void $onLanguageKeywordsLoadedFromPack(::PackManifest const&);
2416
2417 MCFOLD void $onLanguagesLoaded();
2418
2419 MCAPI void $buildTreatmentPackStack(bool fireEvents) const;
2420
2421 MCAPI ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv> $getLevelDbEnv();
2422
2423 MCAPI ::Bedrock::NonOwnerPointer<::ChunkSource> $getClientGenChunkSource(::DimensionType const& dimensionType);
2424
2425 MCFOLD ::Bedrock::NotNullNonOwnerPtr<::ProfanityContext> $getProfanityContext();
2426
2427 MCAPI double $getGameUpdateDurationInSeconds() const;
2428
2429 MCAPI void $queueSubclientRemoval(::SubClientId subid);
2430
2431 MCAPI void $logoffAllSubclients();
2432
2433 MCAPI void $setIsInGame(bool isInGame);
2434
2435 MCAPI void $createClientItemRegistry();
2436
2437 MCAPI ::Bedrock::NonOwnerPointer<::MinecraftInputHandler> $getInput() const;
2438
2439 MCAPI ::std::unique_ptr<::LocalServerLauncher::IGameInterface> $createGameInterface();
2440
2441 MCAPI ::std::unique_ptr<::LocalServerLauncher::IServerInstanceBuilder> $createServerBuilder();
2442
2443 MCAPI ::std::unique_ptr<::LocalServerLauncher::GameDependencies> $createGameDependencies();
2444
2445 MCAPI ::TaskGroup& $_getServerInitTaskGroup();
2446
2447 MCAPI bool $checkMultiPlayerPermission(::std::optional<::Social::MultiplayerServiceIdentifier> service);
2448
2449 MCAPI bool $isPlayingLevel() const;
2450
2451 MCAPI void $initImpl();
2452
2453 MCAPI void $refocusMouse(bool lostMouse);
2454
2455 MCAPI void $setMouseType(::Bedrock::Input::PointerType type);
2456
2457 MCAPI void $onNotify(::edu::auth::CredentialsAcquired const& state);
2458
2459 MCFOLD void $onNotify(::edu::auth::CredentialsRefreshSuccess const& state);
2460
2461 MCFOLD void $onNotify(::edu::auth::GenericCredentialsEvent<::edu::auth::CredsLost> const& state);
2462
2463 MCAPI bool $checkForPiracy() const;
2464
2465 MCAPI ::Bedrock::NotNullNonOwnerPtr<::DevConsoleLogger> $getDevConsoleLogger() const;
2466
2467 MCAPI void $completeServerStartup(
2468 ::std::shared_ptr<::LocalServerLauncher::ServerInitData> serverInitData,
2469 ::LocalServerLauncher::ServerLaunchResult&& result
2470 );
2471 // NOLINTEND
2472
2473public:
2474 // vftables
2475 // NOLINTBEGIN
2476 MCNAPI static void** $vftableForIMultiPlayerServices();
2477
2478 MCNAPI static void** $vftableForI18nObserver();
2479
2480 MCNAPI static void** $vftableForIMinecraftApp();
2481
2482 MCNAPI static void** $vftableForAppExtensionsOwner();
2483
2484 MCNAPI static void** $vftableForAppPlatformListener();
2485
2487
2488 MCNAPI static void** $vftableForLevelListener();
2489
2490 MCNAPI static void** $vftableForIGameServerStartup();
2491
2492 MCNAPI static void** $vftableForOptionsObserver();
2493
2494 MCNAPI static void** $vftableForIGameEventNotifier();
2495
2496 MCNAPI static void** $vftableForCredentialsObserver();
2497
2499
2500 MCNAPI static void** $vftableForIGameServerShutdown();
2501
2503
2504 MCNAPI static void** $vftableForIWorldTransfer();
2505
2506 MCNAPI static void** $vftableForIApp();
2507
2508 MCNAPI static void** $vftableForResourcePackListener();
2509
2510 MCNAPI static void** $vftableForIClientInstances();
2511
2512 MCNAPI static void** $vftableForINetworkGameConnector();
2513
2514 MCNAPI static void** $vftableForAppIsland();
2515 // NOLINTEND
2516};
Definition ActiveDirectoryIdentity.h:39
Definition ActorAnimationControllerGroup.h:27
Definition ActorAnimationGroup.h:26
Definition ActorResourceDefinitionGroup.h:5
Definition AppSystemRegistry.h:15
Definition App.h:9
Definition AutomationClient.h:27
Definition ActivationArguments.h:7
Definition Subscription.h:10
Definition ScopeExit.h:7
Definition BlockCullingGroup.h:5
Definition ChunkSource.h:37
Definition Cache.h:7
Definition SchematicsRepository.h:7
Definition ClientInstance.h:5
Definition ClientNetworkSystem.h:39
Definition ClubsService.h:5
Definition ContentAcquisition.h:5
Definition ContentCatalogService.h:5
Definition ContentIdentity.h:8
Definition ContentLogFileEndPoint.h:16
Definition FilePathManager.h:18
Definition Path.h:12
Definition CubemapBackgroundResources.h:5
Definition DateManager.h:14
Definition DeferredLighting.h:5
Definition DevConsoleLogger.h:5
Definition EDUSystems.h:33
Definition EmoticonManager.h:5
Definition EntityContext.h:17
Definition ExternalContentManager.h:5
Definition FileArchiver.h:36
Definition FlightingService.h:5
Definition FontHandle.h:5
Definition GameModuleClient.h:5
Definition GameRenderer.h:5
Definition GatheringManager.h:5
Definition GeometryGroup.h:5
Definition GlobalResourcesCrashRecovery.h:5
Definition GuiData.h:5
Definition I18nObserver.h:14
Definition IApp.h:8
Definition IClientDimensionExtensions.h:5
Definition IClientInstance.h:5
Definition IContentAccessibilityProvider.h:13
Definition IContentKeyProvider.h:13
Definition IContentManager.h:5
Definition IContentTierManager.h:13
Definition IDlcValidation.h:5
Definition IExternalServerFile.h:5
Definition IGameModuleApp.h:5
Definition IGameModuleShared.h:15
Definition ILevelListCache.h:27
Definition IMinecraftEventing.h:138
Definition IMinecraftGame.h:5
Definition IMultiPlayerServices.h:5
Definition IResourcePackRepository.h:34
Definition ISceneStack.h:5
Definition ITextBoxController.h:5
Definition IUIDefRepository.h:5
Definition IUIRepository.h:5
Definition ItemRegistryRef.h:42
Definition LatencyGraphDisplay.h:5
Definition LevelDbEnv.h:8
Definition LevelListener.h:28
Definition LevelLoader.h:5
Definition LevelSettings.h:40
Definition LibraryRepository.h:5
Definition LinkedAssetValidator.h:8
Definition LocalPlayer.h:5
Definition IGameInterface.h:7
Definition ILocalServerLauncherImpl.h:7
Definition IServerInstanceBuilder.h:7
Definition MinecraftGame.h:5
static MCAPI void ** $vftableForIMinecraftApp()
static MCAPI void ** $vftableForIGameServerShutdown()
static MCAPI void ** $vftableForAppPlatformListener()
static MCAPI void ** $vftableForINetworkGameConnector()
static MCAPI void ** $vftableForI18nObserver()
static MCAPI void ** $vftableForIGameServerStartup()
static MCAPI void ** $vftableForLevelListener()
static MCAPI void ** $vftableForILocalServerLauncherImpl()
static MCAPI void ** $vftableForIApp()
static MCAPI void ** $vftableForIWorldTransfer()
static MCAPI void ** $vftableForAppExtensionsOwner()
static MCAPI void ** $vftableForResourcePackListener()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForAppIsland()
static MCAPI void ** $vftableForIMultiPlayerServices()
static MCAPI void ** $vftableForIGameEventNotifier()
static MCAPI void ** $vftableForCredentialsObserver()
static MCAPI void ** $vftableForOptionsObserver()
static MCAPI void ** $vftableForIClientInstances()
static MCAPI void ** $vftableForISplitScreenChangedPublisher()
Definition MinecraftGraphics.h:5
Definition MinecraftInputHandler.h:5
Definition Minecraft.h:61
Definition MusicManager.h:5
Definition NewPlayerSystem.h:5
Definition OptionRegistry.h:5
Definition Option.h:22
Definition OptionsObserver.h:5
Definition DataProviderManager_DEPRECATED.h:7
Definition IResourceAllowList.h:7
Definition Router.h:7
Definition PackDownloadManager.h:5
Definition PackManifestFactory.h:21
Definition PackManifest.h:38
Definition PackSourceFactory.h:34
Definition ParticleEffectGroup.h:5
Definition PartySystem.h:7
Definition PersonaRepository.h:5
Definition PersonaService.h:5
Definition PixelCalc.h:5
Definition PlayerMessagingService.h:5
Definition Player.h:137
Definition ProfanityContext.h:5
Definition ProgressTips.h:7
Definition PushNotificationMessage.h:5
Definition RealmsAPI.h:5
Definition ContentService.h:7
Definition GenericRequestServiceHandler.h:7
Definition RealmsServices.h:7
Definition RealmsSystem.h:7
Definition SubscriptionService.h:7
Definition RenderControllerGroup.h:5
Definition ResetCallbackObject.h:5
Definition ResourceLoadManager.h:19
Definition ResourcePackListener.h:10
Definition ResourcePackManager.h:35
Definition ResourcePackStack.h:24
Definition SceneFactory.h:5
Definition ScreenshotRecorder.h:5
Definition SeasonsRenderer.h:5
Definition SerialWorkList.h:5
Definition ServerInstanceEventCoordinator.h:20
Definition ServerInstance.h:64
Definition ServerNetworkHandler.h:184
Definition SkinRepository.h:5
Definition GameConnectionInfo.h:23
Definition IUserManager.h:7
Definition MultiplayerGameInfo.h:7
Definition MultiplayerServiceManager.h:7
Definition PresenceManager.h:7
Definition SocialSystem.h:7
Definition User.h:7
Definition SoundEngine.h:5
Definition SunsettingManager.h:5
Definition TaskGroup.h:55
Definition TextToIconMapper.h:5
Definition TextureAtlas.h:5
Definition Timer.h:5
Definition TreatmentPackDownloadMonitor.h:5
Definition TrialManager.h:5
Definition UIMeasureStrategy.h:5
Definition Vec3.h:10
Definition WorldTemplateManager.h:22
Definition WorldTransferAgent.h:5
Definition WorldSystem.h:7
Definition TextureGroup.h:7
Definition UUID.h:7
Definition ActorUniqueID.h:10
Definition ControllerIDtoClientMap.h:5
Definition DimensionType.h:5
Definition ExperienceConnectionData.h:5
Definition ExternalWorldTransferActionFunc.h:5
Definition GameConnectionInfoEx.h:5
Definition GameDependencies.h:7
Definition AllDependencies.h:7
Definition ServerInitData.h:7
Definition ServerLaunchResult.h:7
Definition LocalWorldTransferActionFunc.h:5
Definition MinecraftGameArguments.h:5
Definition MinecraftGame.h:27
Definition MinecraftGame.h:23
Definition MinecraftGame.h:25
Definition PlayerJoinWorldContext.h:5
Definition RealmTransferActionFunc.h:5
Definition RealmId.h:7
Definition World.h:7
Definition ScreenshotOptions.h:9
Definition DebugParameters.h:7
Definition CredentialsAcquired.h:7
Definition CredentialsObserver.h:7
Definition CredentialsRefreshSuccess.h:7
Definition CredsLost.h:7