LeviLamina
Loading...
Searching...
No Matches
IMinecraftGame.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/game/DeferredTaskCategory.h"
7#include "mc/client/game/IClientInstances.h"
8#include "mc/client/game/IGameServerShutdown.h"
9#include "mc/client/game/IGameServerStartup.h"
10#include "mc/client/game/INetworkGameConnector.h"
11#include "mc/client/game/ISplitScreenChangedPublisher.h"
12#include "mc/client/game/IWorldTransfer.h"
13#include "mc/client/gui/GameEventNotification.h"
14#include "mc/client/gui/MousePointerType.h"
15#include "mc/client/social/UserPlatformConnectionResult.h"
16#include "mc/client/sound/MusicRepeatMode.h"
17#include "mc/common/IMinecraftApp.h"
18#include "mc/common/SubClientId.h"
19#include "mc/deps/core/file/PathBuffer.h"
20#include "mc/deps/core/islands/AppIsland.h"
21#include "mc/deps/core/platform/ARVRPlatform.h"
22#include "mc/deps/core/threading/DeferredTasksManager.h"
23#include "mc/deps/core/utility/AutomaticID.h"
24#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
25#include "mc/deps/core/utility/NonOwnerPointer.h"
26#include "mc/deps/input/InputMode.h"
27#include "mc/deps/input/TextboxTextUpdateReason.h"
28#include "mc/platform/MultiplayerLockedContext.h"
29#include "mc/server/commands/test/TestAssetCommandType.h"
30#include "mc/server/commands/test/TestCommandType.h"
31
32// auto generated forward declare list
33// clang-format off
40class CDNService;
41class ChunkSource;
44class ClubsService;
47class ContentIdentity;
50class DateManager;
53class Dimension;
54class EmoticonManager;
55class EntityContext;
58class FontHandle;
59class GameRenderer;
61class GeometryGroup;
63class GuiData;
65class IApp;
66class IClientInstance;
69class IContentManager;
71class IDlcValidation;
74class IGameModuleApp;
75class ILevelListCache;
81class IUIRepository;
82class ItemRegistryRef;
83class LevelDbEnv;
84class LevelLoader;
85class LevelSettings;
87class LocalPlayer;
91class MusicManager;
92class NewPlayerSystem;
93class Options;
99class PersonaService;
100class PixelCalc;
101class Player;
103class ProfanityContext;
104class RealmsAPI;
109class SceneFactory;
110class SceneStack;
112class SeasonsRenderer;
113class ServerInstance;
116class ServicesManager;
117class SkinRepository;
118class SoundEngine;
121class TextToIconMapper;
122class TextureAtlas;
124class TrialManager;
126class Vec3;
129struct ActorUniqueID;
131struct ScreenshotOptions;
132namespace Bedrock::PubSub { class Subscription; }
133namespace ClientBlobCache { class Cache; }
134namespace ClientBlockPipeline { class SchematicsRepository; }
135namespace Core { class FilePathManager; }
136namespace OreUI { class DataProviderManager_DEPRECATED; }
137namespace OreUI { class IResourceAllowList; }
138namespace OreUI { class ProgressSystem; }
139namespace OreUI { class Router; }
140namespace Realms { class ContentService; }
141namespace Realms { class GenericRequestServiceHandler; }
142namespace Realms { class RealmsSystem; }
143namespace Realms { class SubscriptionService; }
144namespace Realms { struct World; }
145namespace Social { class GameConnectionInfo; }
146namespace Social { class IUserManager; }
147namespace Social { class MultiplayerServiceManager; }
148namespace Social { class PresenceManager; }
149namespace Social { class SocialSystem; }
150namespace Social { class User; }
151namespace World { class WorldSystem; }
152namespace mce { class TextureGroup; }
153namespace mce { class UUID; }
154// clang-format on
155
158 public ::IMinecraftApp,
162 public ::IClientInstances,
163 public ::IWorldTransfer,
165public:
166 // virtual functions
167 // NOLINTBEGIN
168 // vIndex: 1
169 virtual void initialize(int, char**) = 0;
170
171 // vIndex: 0
172 virtual ~IMinecraftGame() /*override*/ = default;
173
174 // vIndex: 2
175 virtual void update() = 0;
176
177 // vIndex: 3
178 virtual bool isWaitingForPresent() const = 0;
179
180 // vIndex: 4
181 virtual bool isVRMode() const = 0;
182
183 // vIndex: 5
184 virtual bool isHoloPlatformSessionVisible() const = 0;
185
186 // vIndex: 6
187 virtual ::AppSystemRegistry& getAppSystemRegistry() = 0;
188
189 // vIndex: 7
190 virtual ::EntityContext& getEntity() const = 0;
191
192 // vIndex: 8
193 virtual void logoffAllSubclients() = 0;
194
195 // vIndex: 9
196 virtual void buildTreatmentPackStack(bool) const = 0;
197
198 // vIndex: 10
199 virtual void queueSubclientRemoval(::SubClientId) = 0;
200
201 // vIndex: 11
202 virtual ::std::shared_ptr<::mce::TextureGroup> getTextureGroup() const = 0;
203
204 // vIndex: 12
205 virtual ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager> getResourceLoadManager() = 0;
206
207 // vIndex: 13
208 virtual void handleReloadUIDefinitions() = 0;
209
210 // vIndex: 14
211 virtual ::Bedrock::NotNullNonOwnerPtr<::IUIDefRepository> getUIDefRepo() const = 0;
212
213 // vIndex: 15
214 virtual bool canActivateKeyboard() = 0;
215
216 // vIndex: 16
217 virtual void releaseClientSubId(::SubClientId) = 0;
218
219 // vIndex: 17
220 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const> getContentTierManager() const = 0;
221
222 // vIndex: 18
223 virtual ::Bedrock::NotNullNonOwnerPtr<::DevConsoleLogger> getDevConsoleLogger() const = 0;
224
225 // vIndex: 19
226 virtual void setDisableInputForAllOtherClients(int, bool) = 0;
227
228 // vIndex: 20
229 virtual ::DeferredTasksManager<::DeferredTaskCategory>& getDeferredTasks() = 0;
230
231 // vIndex: 21
232 virtual bool shouldShowRatingsPrompt() const = 0;
233
234 // vIndex: 22
235 virtual ::Bedrock::NotNullNonOwnerPtr<::ServerInstanceEventCoordinator> getServerInstanceEventCoordinator() = 0;
236
237 // vIndex: 5
238 virtual bool isHostingLocalDedicatedServer() const = 0;
239
240 // vIndex: 23
241 virtual bool isLeaveGameDone() const = 0;
242
243 // vIndex: 24
244 virtual void destroyGame() = 0;
245
246 // vIndex: 25
247 virtual bool isInGame() const = 0;
248
249 // vIndex: 26
250 virtual void startLeaveGame() = 0;
251
252 // vIndex: 27
253 virtual bool isAudioInitialized() const = 0;
254
255 // vIndex: 28
256 virtual ::MusicManager const* getMusicManager() const = 0;
257
258 // vIndex: 29
259 virtual ::Bedrock::NotNullNonOwnerPtr<::SoundEngine> getSoundEngine() const = 0;
260
261 // vIndex: 30
262 virtual void setTextboxText(::std::string const&, int const, ::TextboxTextUpdateReason) = 0;
263
264 // vIndex: 31
265 virtual void onKeyboardDismissed(int const) = 0;
266
267 // vIndex: 32
268 virtual void openPauseMenu() = 0;
269
270 // vIndex: 33
271 virtual void setIsInGame(bool) = 0;
272
273 // vIndex: 34
274 virtual void createClientItemRegistry() = 0;
275
276 // vIndex: 35
277 virtual bool hasNetworkPrivileges(bool) = 0;
278
279 // vIndex: 37
280 virtual ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository const>
281 getThirdPartyServerRepository() const = 0;
282
283 // vIndex: 36
284 virtual ::Bedrock::NotNullNonOwnerPtr<::IThirdPartyServerRepository> getThirdPartyServerRepository() = 0;
285
286 // vIndex: 38
287 virtual ::Bedrock::NotNullNonOwnerPtr<::ControllerIDtoClientMap> retrieveCIDToClientMap() = 0;
288
289 // vIndex: 39
290 virtual ::std::map<::SubClientId, ::std::shared_ptr<::IClientInstance>> const& getClientInstanceMap() const = 0;
291
292 // vIndex: 40
293 virtual void joinMultiplayerWithAddress(::Social::GameConnectionInfo, bool, int, bool) = 0;
294
295 // vIndex: 41
296 virtual ::Bedrock::NotNullNonOwnerPtr<::IOfferRepository> getOfferRepository() const = 0;
297
298 // vIndex: 42
299 virtual ::Bedrock::NotNullNonOwnerPtr<::TrialManager> getTrialManager() const = 0;
300
301 // vIndex: 43
302 virtual bool isTrialManagerInitialized() const = 0;
303
304 // vIndex: 44
305 virtual ::InputMode getCurrentInputMode() const = 0;
306
307 // vIndex: 45
308 virtual void handleInputPaneHidden() = 0;
309
310 // vIndex: 46
311 virtual bool getSuspended() const = 0;
312
313 // vIndex: 47
314 virtual bool isResuming() const = 0;
315
316 // vIndex: 48
317 virtual void setTestExecuteCommandCallback(
318 ::std::function<void(::TestCommandType, ::std::vector<::std::string> const&, int)> const&
319 ) = 0;
320
321 // vIndex: 49
322 virtual void setTestAssetCommandCallback(
323 ::std::function<void(::TestAssetCommandType, ::std::vector<::std::string> const&)> const&
324 ) = 0;
325
326 // vIndex: 50
327 virtual void runTestExecuteCommandCallback(::TestCommandType, ::std::vector<::std::string> const&, int) const = 0;
328
329 // vIndex: 51
330 virtual void runTestAssetCommandCallback(::TestAssetCommandType, ::std::vector<::std::string> const&) const = 0;
331
332 // vIndex: 52
333 virtual uint64 getClientInstanceCount() const = 0;
334
335 // vIndex: 53
336 virtual void setProfilerIsOn(bool) = 0;
337
338 // vIndex: 55
339 virtual ::LocalPlayer* getPrimaryLocalPlayer() = 0;
340
341 // vIndex: 54
342 virtual ::LocalPlayer const* getPrimaryLocalPlayer() const = 0;
343
344 // vIndex: 56
345 virtual ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager> getUserManager() const = 0;
346
347 // vIndex: 2
348 virtual ::Bedrock::NotNullNonOwnerPtr<::IClientInstance> getPrimaryClientInstance() = 0;
349
350 // vIndex: 1
351 virtual ::Bedrock::NotNullNonOwnerPtr<::IClientInstance const> getPrimaryClientInstance() const = 0;
352
353 // vIndex: 3
354 virtual ::ItemRegistryRef getClientItemRegistry() const = 0;
355
356 // vIndex: 57
357 virtual bool isPrimaryClientInstanceReady() const = 0;
358
359 // vIndex: 58
360 virtual void ensureAllClientsAreLeaving() const = 0;
361
362 // vIndex: 59
363 virtual ::Bedrock::NotNullNonOwnerPtr<::ClientNetworkSystem> getClientNetworkSystemPtr() = 0;
364
365 // vIndex: 61
366 virtual ::ClientNetworkSystem& getClientNetworkSystem() = 0;
367
368 // vIndex: 60
369 virtual ::ClientNetworkSystem const& getClientNetworkSystem() const = 0;
370
371 // vIndex: 62
372 virtual bool hasAllValidCrossPlatformSkin() const = 0;
373
374 // vIndex: 64
375 virtual ::Bedrock::NotNullNonOwnerPtr<::NewPlayerSystem> getNewPlayerSystem() = 0;
376
377 // vIndex: 63
378 virtual ::Bedrock::NotNullNonOwnerPtr<::NewPlayerSystem const> getNewPlayerSystem() const = 0;
379
380 // vIndex: 65
381 virtual void createAndUploadWorldToRealm(
382 ::std::string const&,
383 ::std::string const&,
384 ::ContentIdentity const&,
385 ::LevelSettings const&,
387 ::std::function<void(::Realms::World)>
388 ) = 0;
389
390 // vIndex: 66
391 virtual ::ILevelListCache& getLevelListCache() = 0;
392
393 // vIndex: 67
394 virtual ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager> getFilePathManager() = 0;
395
396 // vIndex: 68
397 virtual void setUseFontOverrides(bool) = 0;
398
399 // vIndex: 69
400 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getFontHandle() const = 0;
401
402 // vIndex: 70
403 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getUIFontHandle() const = 0;
404
405 // vIndex: 71
406 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getRuneFontHandle() const = 0;
407
408 // vIndex: 72
409 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getUnicodeFontHandle() const = 0;
410
411 // vIndex: 73
412 virtual ::Bedrock::NotNullNonOwnerPtr<::FontHandle const> getSmoothFontHandle() const = 0;
413
414 // vIndex: 74
415 virtual void onClientLevelExit(::IClientInstance&, uint) = 0;
416
417 // vIndex: 75
418 virtual bool isLocalPlayer(::ActorUniqueID const&) const = 0;
419
420 // vIndex: 76
421 virtual ::IMinecraftEventing& getEventing() const = 0;
422
423 // vIndex: 77
424 virtual void reloadAnimationAndGeometryData(bool) = 0;
425
426 // vIndex: 78
427 virtual ::Bedrock::NotNullNonOwnerPtr<::GeometryGroup> getGeometryGroup() const = 0;
428
429 // vIndex: 79
430 virtual ::Bedrock::NotNullNonOwnerPtr<::BlockCullingGroup> getBlockCullingGroup() const = 0;
431
432 // vIndex: 80
433 virtual ::Bedrock::NotNullNonOwnerPtr<::ClientBlockPipeline::SchematicsRepository>
434 getSchematicsRepository() const = 0;
435
436 // vIndex: 81
437 virtual ::ParticleEffectGroup& getParticleEffectGroup() const = 0;
438
439 // vIndex: 82
440 virtual ::DeferredLighting& getDeferredLighting() const = 0;
441
442 // vIndex: 83
443 virtual ::Bedrock::NotNullNonOwnerPtr<::Social::MultiplayerServiceManager> getMultiplayerServiceManager() const = 0;
444
445 // vIndex: 84
446 virtual ::IResourcePackRepository& getResourcePackRepository() const = 0;
447
448 // vIndex: 85
449 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> getKeyProvider() const = 0;
450
451 // vIndex: 86
452 virtual ::ResourcePackManager& getResourcePackManager() const = 0;
453
454 // vIndex: 87
455 virtual ::ResourcePackManager& getServerResourcePackManager() = 0;
456
457 // vIndex: 88
458 virtual ::PackManifestFactory& getPackManifestFactory() = 0;
459
460 // vIndex: 89
461 virtual ::PlayerMessagingService& getPlayerMessagingService() = 0;
462
463 // vIndex: 90
464 virtual ::std::shared_ptr<::SkinRepository> getSkinRepository() const = 0;
465
466 // vIndex: 91
467 virtual ::PersonaRepository& getPersonaRepository() const = 0;
468
469 // vIndex: 92
470 virtual ::MarketplaceServicesManager& getMarketplaceServicesManager() const = 0;
471
472 // vIndex: 93
473 virtual ::Bedrock::NotNullNonOwnerPtr<::mce::TextureGroup> getStoreCacheTextures() const = 0;
474
475 // vIndex: 94
476 virtual ::Bedrock::NotNullNonOwnerPtr<::MinecraftGraphics> getMinecraftGraphics() = 0;
477
478 // vIndex: 95
479 virtual ::Bedrock::NotNullNonOwnerPtr<::IUIRepository> getUIRepository() const = 0;
480
481 // vIndex: 96
482 virtual bool isPrimaryLevelCrossPlatformMultiplayer() const = 0;
483
484 // vIndex: 97
485 virtual bool isPrimaryLevelMultiplayer() const = 0;
486
487 // vIndex: 98
488 virtual ::std::string getMultiplayerDisabledTextTitle(::MultiplayerLockedContext) const = 0;
489
490 // vIndex: 99
491 virtual ::std::string getMultiplayerDisabledTextBody(::MultiplayerLockedContext) const = 0;
492
493 // vIndex: 100
494 virtual void setRenderingSize(int, int) = 0;
495
496 // vIndex: 101
497 virtual void recalculateScene() = 0;
498
499 // vIndex: 102
500 virtual void setUISizeAndScale(int, int, float) = 0;
501
502 // vIndex: 103
503 virtual bool isReadyToRender() const = 0;
504
505 // vIndex: 104
506 virtual void onDimensionChanged() = 0;
507
508 // vIndex: 105
509 virtual void setLeaveGameInProgressAsReadyToContinue() = 0;
510
511 // vIndex: 106
512 virtual void onClientCreatedLevel(::IClientInstance&) = 0;
513
514 // vIndex: 107
515 virtual uint64 generateClientId(bool, bool&, uint64, ::std::shared_ptr<::Social::User>) = 0;
516
517 // vIndex: 108
518 virtual ::std::weak_ptr<::RealmsAPI> getRealms() = 0;
519
520 // vIndex: 109
521 virtual ::Realms::ContentService& getRealmsContentService() = 0;
522
523 // vIndex: 110
524 virtual bool getMouseGrabbed() const = 0;
525
526 // vIndex: 111
527 virtual void navigateToPlayScreenFriendsTab() = 0;
528
529 // vIndex: 112
530 virtual bool getForceMonoscopic() const = 0;
531
532 // vIndex: 113
533 virtual bool isInRealm() const = 0;
534
535 // vIndex: 114
536 virtual bool isShowingLoadingScreen() const = 0;
537
538 // vIndex: 115
539 virtual bool isRenderingLoadingScreen() const = 0;
540
541 // vIndex: 116
542 virtual ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository> getStoreCatalog() const = 0;
543
544 // vIndex: 117
545 virtual ::ServiceDrivenImageRepository& getServiceImageRepository() const = 0;
546
547 // vIndex: 118
548 virtual ::Bedrock::NotNullNonOwnerPtr<::LibraryRepository> getLibraryRepository() const = 0;
549
550 // vIndex: 119
551 virtual ::GameRenderer& getGameRenderer() const = 0;
552
553 // vIndex: 120
554 virtual ::Bedrock::NonOwnerPointer<::HolosceneRenderer> getHolosceneRenderer() const = 0;
555
556 // vIndex: 122
557 virtual ::Bedrock::NotNullNonOwnerPtr<::TextureAtlas const> getTextureAtlas() const = 0;
558
559 // vIndex: 121
560 virtual ::Bedrock::NotNullNonOwnerPtr<::TextureAtlas> getTextureAtlas() = 0;
561
562 // vIndex: 123
563 virtual bool hasActorResourceDefinitionGroup() const = 0;
564
565 // vIndex: 124
566 virtual ::Bedrock::NotNullNonOwnerPtr<::ActorResourceDefinitionGroup const>
567 getActorResourceDefinitionGroup() const = 0;
568
569 // vIndex: 125
570 virtual ::Bedrock::NotNullNonOwnerPtr<::ActorResourceDefinitionGroup> getActorResourceDefinitionGroupMutable() = 0;
571
572 // vIndex: 127
573 virtual ::Bedrock::NotNullNonOwnerPtr<::RenderControllerGroup const> getRenderControllerGroup() const = 0;
574
575 // vIndex: 126
576 virtual ::Bedrock::NotNullNonOwnerPtr<::RenderControllerGroup> getRenderControllerGroup() = 0;
577
578 // vIndex: 128
579 virtual int getMaxPlayerCount() const = 0;
580
581 // vIndex: 129
582 virtual void
583 queueScreenshotRequest(::ScreenshotOptions&, ::std::function<void(::Core::PathBuffer<::std::string> const&)>) = 0;
584
585 // vIndex: 130
586 virtual ::Core::PathBuffer<::std::string> requestScreenshot(::ScreenshotOptions&) = 0;
587
588 // vIndex: 131
589 virtual ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList> getOreUIResourceAllowList() = 0;
590
591 // vIndex: 132
592 virtual ::Bedrock::NotNullNonOwnerPtr<::DateManager> getDateManager() const = 0;
593
594 // vIndex: 133
595 virtual ::PixelCalc const& getDpadScale() const = 0;
596
597 // vIndex: 134
598 virtual void setKeyboardForcedHeight(float, bool) = 0;
599
600 // vIndex: 136
601 virtual ::Bedrock::NotNullNonOwnerPtr<::SceneStack const> getMainSceneStack() const = 0;
602
603 // vIndex: 135
604 virtual ::Bedrock::NotNullNonOwnerPtr<::SceneStack> getMainSceneStack() = 0;
605
606 // vIndex: 137
607 virtual ::OreUI::Router& getUIRouter() = 0;
608
609 // vIndex: 138
610 virtual ::OreUI::DataProviderManager_DEPRECATED& getDataProviderManager() = 0;
611
612 // vIndex: 139
613 virtual uint getUIRenderClientMask() const = 0;
614
615 // vIndex: 140
616 virtual bool useMinecraftVersionOfXBLUI() const = 0;
617
618 // vIndex: 141
619 virtual ::Bedrock::NotNullNonOwnerPtr<::PersonaService> getPersonaService() const = 0;
620
621 // vIndex: 142
622 virtual ::Bedrock::NotNullNonOwnerPtr<::GatheringManager> getGatheringManager() const = 0;
623
624 // vIndex: 143
625 virtual ::Bedrock::NotNullNonOwnerPtr<::CDNService> getCDNService() const = 0;
626
627 // vIndex: 144
628 virtual ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService> getContentCatalogService() const = 0;
629
630 // vIndex: 145
631 virtual ::Bedrock::NotNullNonOwnerPtr<::FlightingService> getFlightingService() const = 0;
632
633 // vIndex: 146
634 virtual ::std::shared_ptr<::FlightingService> getFlightingServicePtr() const = 0;
635
636 // vIndex: 147
637 virtual ::Bedrock::NotNullNonOwnerPtr<::TreatmentPackDownloadMonitor const>
638 getTreatmentPackDownloadMonitor() const = 0;
639
640 // vIndex: 148
641 virtual ::SceneFactory& getPrimarySceneFactory() const = 0;
642
643 // vIndex: 149
644 virtual ::Bedrock::NonOwnerPointer<::MinecraftInputHandler> getInput() const = 0;
645
646 // vIndex: 150
647 virtual void grabMouse() = 0;
648
649 // vIndex: 151
650 virtual void releaseMouse() = 0;
651
652 // vIndex: 152
653 virtual void refocusMouse(bool) = 0;
654
655 // vIndex: 153
656 virtual void setMouseType(::ui::MousePointerType) = 0;
657
658 // vIndex: 154
659 virtual void play(::std::string const&, ::Vec3 const&, float, float) = 0;
660
661 // vIndex: 155
662 virtual void playUI(::std::string const&, float, float) = 0;
663
664 // vIndex: 156
665 virtual void fadeOutMusic() = 0;
666
667 // vIndex: 157
668 virtual void onPlayerLoaded(::IClientInstance&, ::Player&) = 0;
669
670 // vIndex: 158
671 virtual bool checkForPiracy() const = 0;
672
673 // vIndex: 159
674 virtual ::Bedrock::NotNullNonOwnerPtr<::CubemapBackgroundResources> getCubemapBackgroundResources() = 0;
675
676 // vIndex: 160
677 virtual void setAppWillTerminate(bool) = 0;
678
679 // vIndex: 161
680 virtual ::ServerInstance* getServerInstance() = 0;
681
682 // vIndex: 162
683 virtual ::Bedrock::NotNullNonOwnerPtr<::ServerInstance> getServerInstanceNonOwnPtr() = 0;
684
685 // vIndex: 163
686 virtual void setLaunchedForHMD(::ARVRPlatform) = 0;
687
688 // vIndex: 164
689 virtual ::ARVRPlatform getLaunchedForHMDPlatform() const = 0;
690
691 // vIndex: 165
692 virtual void setLaunchedFromLegacyVersion(bool) = 0;
693
694 // vIndex: 166
695 virtual ::UIMeasureStrategy& getUIMeasureStrategy() = 0;
696
697 // vIndex: 167
698 virtual void registerUpsellScreen() = 0;
699
700 // vIndex: 168
701 virtual float getHoloscreenHalfWidth() = 0;
702
703 // vIndex: 169
704 virtual void setHoloscreenHalfWidth(float) = 0;
705
706 // vIndex: 170
707 virtual ::Bedrock::NotNullNonOwnerPtr<::WorldTemplateManager> getWorldTemplateManager() const = 0;
708
709 // vIndex: 171
710 virtual ::World::WorldSystem& getWorldSystem() const = 0;
711
712 // vIndex: 172
713 virtual ::Social::SocialSystem& getSocialSystem() const = 0;
714
715 // vIndex: 173
716 virtual ::Bedrock::NotNullNonOwnerPtr<::OreUI::ProgressSystem> getOreUIProgressSystem() const = 0;
717
718 // vIndex: 174
719 virtual ::Bedrock::NotNullNonOwnerPtr<::Realms::RealmsSystem> getRealmsSystem() const = 0;
720
721 // vIndex: 175
722 virtual ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> getEntitlementManager() = 0;
723
724 // vIndex: 176
725 virtual ::IDlcValidation& getDlcValidation() = 0;
726
727 // vIndex: 177
728 virtual ::ServicesManager& getServicesManager() = 0;
729
730 // vIndex: 178
731 virtual ::Bedrock::NotNullNonOwnerPtr<::SunsettingManager> getSunsettingManager() = 0;
732
733 // vIndex: 179
734 virtual void pauseContentDownloads() = 0;
735
736 // vIndex: 180
737 virtual void resumeContentDownloads() = 0;
738
739 // vIndex: 181
740 virtual ::Bedrock::NotNullNonOwnerPtr<::IExternalServerFile> getExternalServer() const = 0;
741
742 // vIndex: 182
743 virtual ::Bedrock::NotNullNonOwnerPtr<::CloudFileUploadManager> getCloudFileUploadManager() const = 0;
744
745 // vIndex: 183
746 virtual bool isStartingGame() const = 0;
747
748 // vIndex: 184
749 virtual bool isSplitscreenJoinEnabled() const = 0;
750
751 // vIndex: 185
752 virtual bool canAddSplitscreenSubClient(int) const = 0;
753
754 // vIndex: 186
755 virtual ::Bedrock::NotNullNonOwnerPtr<::LevelLoader> getLevelLoader() = 0;
756
757 // vIndex: 187
758 virtual ::Bedrock::NotNullNonOwnerPtr<::ExternalContentManager> getContentManager() = 0;
759
760 // vIndex: 188
761 virtual ::std::shared_ptr<::IClientInstance> tryGetClientInstanceFromPlayerUUID(::mce::UUID const&) const = 0;
762
763 // vIndex: 190
764 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentAccessibilityProvider const> getAccessibilityProvider() const = 0;
765
766 // vIndex: 189
767 virtual ::Bedrock::NotNullNonOwnerPtr<::IContentAccessibilityProvider> getAccessibilityProvider() = 0;
768
769 // vIndex: 191
770 virtual ::Bedrock::NotNullNonOwnerPtr<::ContentAcquisition> getContentAcquisition() const = 0;
771
772 // vIndex: 192
773 virtual void onGameEventNotification(::ui::GameEventNotification) = 0;
774
775 // vIndex: 193
776 virtual void setRealmsLoadingLink(bool) = 0;
777
778 // vIndex: 194
779 virtual ::Bedrock::NotNullNonOwnerPtr<::IApp> getApp() = 0;
780
781 // vIndex: 195
782 virtual void clearCache() = 0;
783
784 // vIndex: 196
785 virtual ::IContentManager& getResourceContentManager() = 0;
786
787 // vIndex: 197
788 virtual ::Bedrock::NotNullNonOwnerPtr<::EmoticonManager const> getEmoticonManager() const = 0;
789
790 // vIndex: 199
791 virtual ::Bedrock::NotNullNonOwnerPtr<::TextToIconMapper const> getTextToIconMapper() const = 0;
792
793 // vIndex: 198
794 virtual ::Bedrock::NotNullNonOwnerPtr<::TextToIconMapper> getTextToIconMapper() = 0;
795
796 // vIndex: 200
797 virtual void onPrimaryUserReconnect(::Social::UserPlatformConnectionResult, bool) = 0;
798
799 // vIndex: 201
800 virtual void setSmoothFontStyle() = 0;
801
802 // vIndex: 202
803 virtual void setUIFontStyle() = 0;
804
805 // vIndex: 203
806 virtual void copyInternalSettingsFolderToExternalLocation() const = 0;
807
808 // vIndex: 204
809 virtual void joinRealmFromInvite(::Realms::World const&) = 0;
810
811 // vIndex: 205
812 virtual void joinRealmFromConnectLink(::Realms::World const&) = 0;
813
814 // vIndex: 206
815 virtual ::std::weak_ptr<::ClubsService> getClubsService() = 0;
816
817 // vIndex: 207
818 virtual ::std::shared_ptr<::Realms::GenericRequestServiceHandler> getGenericRealmsService() = 0;
819
820 // vIndex: 208
821 virtual ::Bedrock::NotNullNonOwnerPtr<::Realms::SubscriptionService> getRealmsSubscriptionService() = 0;
822
823 // vIndex: 209
824 virtual ::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> getActiveDirectoryIdentity() = 0;
825
826 // vIndex: 210
827 virtual ::Bedrock::NonOwnerPointer<::ActiveDirectoryIdentity> getNullableActiveDirectoryIdentity() = 0;
828
829 // vIndex: 211
830 virtual ::PackSourceFactory& getPackSourceFactory() const = 0;
831
832 // vIndex: 212
833 virtual void displayActiveDirectoryLoginDialog() = 0;
834
835 // vIndex: 213
836 virtual void resetInput() = 0;
837
838 // vIndex: 214
839 virtual ::Bedrock::NotNullNonOwnerPtr<::Social::PresenceManager> getPresenceManager() = 0;
840
841 // vIndex: 215
842 virtual ::Bedrock::NotNullNonOwnerPtr<::GuiData> getPrimaryGuiData() = 0;
843
844 // vIndex: 216
845 virtual bool isPrimaryUserSigninInProgress() const = 0;
846
847 // vIndex: 217
848 virtual void setupCommandParser(::IClientInstance&) = 0;
849
850 // vIndex: 218
851 virtual void stopSound(::std::string const&) = 0;
852
853 // vIndex: 219
854 virtual void stopSounds() = 0;
855
856 // vIndex: 220
857 virtual ::PackDownloadManager& getPackDownloadManager() = 0;
858
859 // vIndex: 221
860 virtual void addSubClientInstanceAndAssociateToUser(int) = 0;
861
862 // vIndex: 222
863 virtual void forEachClientInstance(::std::function<void(::IClientInstance&)>) = 0;
864
865 // vIndex: 223
866 virtual bool isInitialized() const = 0;
867
868 // vIndex: 225
869 virtual ::std::shared_ptr<::Options> getPrimaryUserOptions() = 0;
870
871 // vIndex: 224
872 virtual ::std::shared_ptr<::Options const> getPrimaryUserOptions() const = 0;
873
874 // vIndex: 226
875 virtual ::Bedrock::NotNullNonOwnerPtr<::SeasonsRenderer> getSeasonsRenderer() = 0;
876
877 // vIndex: 227
878 virtual ::std::shared_ptr<::ActorAnimationGroup> getActorAnimationGroup() const = 0;
879
880 // vIndex: 228
881 virtual ::Bedrock::NotNullNonOwnerPtr<::ActorAnimationControllerGroup> getActorAnimationControllerGroup() const = 0;
882
883 // vIndex: 229
884 virtual bool isMultiplayerServiceManagerReady() const = 0;
885
886 // vIndex: 230
887 virtual ::Bedrock::NotNullNonOwnerPtr<::WebSocketCommManager> getWebSocketCommManager() = 0;
888
889 // vIndex: 231
890 virtual void doPrimaryClientReadyWork(::std::function<void()>) = 0;
891
892 // vIndex: 232
893 virtual void doUserManagerReadyWork(::std::function<void()>) = 0;
894
895 // vIndex: 233
896 virtual ::Bedrock::NotNullNonOwnerPtr<::ScreenshotRecorder> getScreenshotRecorder() = 0;
897
898 // vIndex: 234
899 virtual ::std::shared_ptr<::ClientBlobCache::Cache> getClientBlobCache() = 0;
900
901 // vIndex: 235
902 virtual ::Bedrock::NonOwnerPointer<::ContentLogFileEndPoint> const getContentFileLogEndPoint() const = 0;
903
904 // vIndex: 236
905 virtual void tryShowXblFirstLaunchScreen(bool) = 0;
906
907 // vIndex: 0
908 virtual ::Bedrock::PubSub::Subscription registerSplitScreenChangedListener(::std::function<void(uchar)>) const = 0;
909
910 // vIndex: 1
911 virtual uchar getSplitScreenCount() const = 0;
912
913 // vIndex: 237
914 virtual ::IGameModuleApp& getGameModule() = 0;
915
916 // vIndex: 238
917 virtual ::std::shared_ptr<void*> requestMusicDeferment() = 0;
918
919 // vIndex: 239
920 virtual bool isMusicEnabled() const = 0;
921
922 // vIndex: 240
923 virtual void queueCustomMusic(::std::string const&, float, float, ::MusicRepeatMode) = 0;
924
925 // vIndex: 241
926 virtual void playCustomMusic(::std::string const&, float, float, ::MusicRepeatMode) = 0;
927
928 // vIndex: 242
929 virtual void stopCustomMusic(float) = 0;
930
931 // vIndex: 243
932 virtual void setMusicCommandVolumeMultiplier(float) = 0;
933
934 // vIndex: 244
935 virtual float calculateScreenSizeToResolutionScalar(int const, int const) const = 0;
936
937 // vIndex: 245
938 virtual ::Bedrock::NotNullNonOwnerPtr<::GlobalResourcesCrashRecovery const>
939 GetGlobalResourcesCrashRecovery() const = 0;
940
941 // vIndex: 246
942 virtual ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv> getLevelDbEnv() = 0;
943
944 // vIndex: 247
945 virtual ::Bedrock::NonOwnerPointer<::ChunkSource> getClientGenChunkSource(::DimensionType const&) = 0;
946
947 // vIndex: 248
948 virtual bool isEditorModeEnabled() const = 0;
949
950 // vIndex: 249
951 virtual void setResetCallbackObject(::ResetCallbackObject*) = 0;
952
953 // vIndex: 250
954 virtual void resetThreadCallbacks() = 0;
955
956 // vIndex: 251
957 virtual void shutdownServer() = 0;
958
959 // vIndex: 252
960 virtual ::Bedrock::NotNullNonOwnerPtr<::ProfanityContext> getProfanityContext() = 0;
961
962 // vIndex: 253
963 virtual double getGameUpdateDurationInSeconds() const = 0;
964
965 // vIndex: 254
966 virtual ::std::tuple<bool, int> GetEcoModeSettings() const = 0;
967 // NOLINTEND
968
969public:
970 // virtual function thunks
971 // NOLINTBEGIN
972
973 // NOLINTEND
974};
Definition ActiveDirectoryIdentity.h:16
Definition ActorAnimationControllerGroup.h:23
Definition ActorAnimationGroup.h:23
Definition ActorResourceDefinitionGroup.h:5
Definition AppSystemRegistry.h:5
Definition AutomaticID.h:6
Definition AppIsland.h:15
Definition EnableNonOwnerReferences.h:7
Definition BlockCullingGroup.h:5
Definition CDNService.h:5
Definition ChunkSource.h:34
Definition ClientNetworkSystem.h:21
Definition CloudFileUploadManager.h:5
Definition ClubsService.h:5
Definition ContentAcquisition.h:5
Definition ContentCatalogService.h:15
Definition ContentIdentity.h:8
Definition ContentLogFileEndPoint.h:15
Definition PathBuffer.h:8
Definition CubemapBackgroundResources.h:5
Definition DateManager.h:8
Definition DeferredLighting.h:5
Definition DevConsoleLogger.h:5
Definition Dimension.h:83
Definition EmoticonManager.h:5
Definition EntityContext.h:16
Definition ExternalContentManager.h:15
Definition FlightingService.h:8
Definition FontHandle.h:5
Definition GameRenderer.h:5
Definition GatheringManager.h:5
Definition GeometryGroup.h:9
Definition GlobalResourcesCrashRecovery.h:5
Definition GuiData.h:5
Definition HolosceneRenderer.h:5
Definition IApp.h:8
Definition IClientInstance.h:184
Definition IClientInstances.h:14
Definition IContentAccessibilityProvider.h:13
Definition IContentKeyProvider.h:13
Definition IContentManager.h:5
Definition IContentTierManager.h:13
Definition IDlcValidation.h:5
Definition IEntitlementManager.h:25
Definition IExternalServerFile.h:5
Definition IGameModuleApp.h:5
Definition IGameServerStartup.h:16
Definition ILevelListCache.h:27
Definition IMinecraftApp.h:17
Definition IMinecraftEventing.h:145
Definition IMinecraftGame.h:164
Definition INetworkGameConnector.h:15
Definition IOfferRepository.h:5
Definition IResourcePackRepository.h:33
Definition ISplitScreenChangedPublisher.h:10
Definition IThirdPartyServerRepository.h:5
Definition IUIDefRepository.h:5
Definition IUIRepository.h:5
Definition ItemRegistryRef.h:31
Definition LevelDbEnv.h:8
Definition LevelLoader.h:5
Definition LevelSettings.h:37
Definition LibraryRepository.h:5
Definition LocalPlayer.h:71
Definition MarketplaceServicesManager.h:5
Definition MinecraftGraphics.h:5
Definition MinecraftInputHandler.h:5
Definition MusicManager.h:5
Definition NewPlayerSystem.h:5
Definition Options.h:32
Definition PackDownloadManager.h:5
Definition PackManifestFactory.h:20
Definition PackSourceFactory.h:32
Definition ParticleEffectGroup.h:5
Definition PersonaRepository.h:5
Definition PersonaService.h:5
Definition PixelCalc.h:5
Definition PlayerMessagingService.h:5
Definition Player.h:119
Definition ProfanityContext.h:8
Definition RealmsAPI.h:23
Definition RenderControllerGroup.h:5
Definition ResetCallbackObject.h:5
Definition ResourceLoadManager.h:16
Definition ResourcePackManager.h:23
Definition SceneFactory.h:5
Definition SceneStack.h:14
Definition ScreenshotRecorder.h:5
Definition SeasonsRenderer.h:5
Definition ServerInstanceEventCoordinator.h:18
Definition ServerInstance.h:71
Definition ServiceDrivenImageRepository.h:5
Definition ServicesManager.h:15
Definition SkinRepository.h:11
Definition GameConnectionInfo.h:7
Definition SoundEngine.h:5
Definition StoreCatalogRepository.h:5
Definition SunsettingManager.h:5
Definition TextToIconMapper.h:5
Definition TextureAtlas.h:5
Definition TreatmentPackDownloadMonitor.h:5
Definition TrialManager.h:5
Definition UIMeasureStrategy.h:5
Definition Vec3.h:10
Definition WebSocketCommManager.h:14
Definition WorldTemplateManager.h:27
Definition UUID.h:7
Definition ActorUniqueID.h:5
Definition ControllerIDtoClientMap.h:8
Definition IGameServerShutdown.h:5
Definition IWorldTransfer.h:15
Definition World.h:7
Definition ScreenshotOptions.h:5