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