LeviLamina
Loading...
Searching...
No Matches
ClientInstanceScreenModel Class Reference
Inheritance diagram for ClientInstanceScreenModel:

Public Types

enum class  FriendsDrawerLocation : int
enum class  FriendsDrawerLocation : int

Public Member Functions

ClientInstanceScreenModeloperator= (ClientInstanceScreenModel const &)
 ClientInstanceScreenModel (ClientInstanceScreenModel const &)
MCAPI ClientInstanceScreenModel (::MinecraftScreenModel::Context context)
MCAPI void addPhotoToPortfolio (::std::string const &photoName, ::std::string const &newPhotoName)
MCAPI bool canCollectFromCauldron (::BlockPos const &blockPos) const
MCAPI bool canEmptyIntoCauldron (::BlockPos const &blockPos) const
MCAPI bool canPlaceHeldBlock () const
MCAPI bool canPlaceHeldItem () const
MCAPI bool canPlaceWaterlily () const
MCAPI bool canTipArrows (::BlockPos const &blockPos) const
MCAPI bool canUseReed () const
MCAPI bool canUseSeed () const
MCAPI void clearTitleMessages ()
MCAPI ::std::unique_ptr<::BookScreenManagercreateBookScreenManager (int bookSlot, ::BlockActor *lectern)
MCAPI ::std::unique_ptr<::MinecartCommandBlockManagercreateCommandBlockManager (bool isMinecart, ::BlockPos pos, ::ActorUniqueID entityUniqueID)
MCAPI void createPhotoItem (::PhotoRecord const &record)
MCAPI void displaySystemMessage (::std::string const &message, ::std::string const &ttsMessage, ::ProfanityFilterContext profanityFilterContext)
MCAPI float distanceSqrFromPlayerToBlockCenter (::Vec3 const &pos)
MCAPI::ChatMessageRestrictions executeCommand (::std::string const &commandLine)
MCAPI bool exportStructureBlock (::std::string const &structureName, ::Core::Path const &filePath)
MCAPI bool findStructure (::StructureEditorData &structureData)
MCAPI bool forceAllowEating () const
MCAPI::Block const & getBlockAt (::BlockPos const &blockPos) const
MCAPI::BlockActor * getBlockEntity (::BlockPos const &pos, ::BlockActorType blockEntityType)
MCAPI::CoordinateCaptureType getCoordinateCaptureType () const
MCAPI ::std::vector<::GuiMessage > & getGuiMessageList ()
MCAPI::std::string getInteractionText () const
MCAPI int getItemNameOffset (bool showClassicUI, bool showSurvivalUI, bool showLocatorBar) const
MCAPI::std::string const getLastFilteredChatMessage ()
MCAPI int getNumberOfDaysPlayed () const
MCAPI::ItemStack const & getOffhandSlot () const
MCAPI int getPlayerArmorValue () const
MCAPI int getPlayerLevel ()
MCAPI::Vec3 getPlayerPosition () const
MCAPI::BlockSource * getPlayerRegion () const
MCAPI::ItemStack const & getSelectedItem () const
MCAPI ::Bedrock::Threading::Async<::ResourceLocationgetThirdPartyGamerpic (::mce::UUID const &playerId, ::std::string const &platformOnlineID) const
MCAPI::TitleMessage const & getTitleMessage () const
MCAPI float getXToScreenRatio (float x) const
MCAPI float getYToScreenRatio (float y) const
MCAPI::StructureTemplate * importStructureBlock (::std::string const &structureName, ::Core::Path const &filePath)
MCAPI void initiateGLBFileSave (::std::string const &defaultName, ::Core::Path const &originPath, ::std::function< void(bool)> onComplete)
MCAPI ::std::shared_ptr<::MinecraftglTFExporterinitiateStructureModelExport (::BlockPos const &position, ::StructureEditorData const &structureEditorData, ::std::function< void(bool)> onFileReady)
MCAPI bool isBossProperlyRegistered (int index) const
MCAPI bool isChatMute () const
MCAPI bool isDimensionReady () const
MCAPI bool const isHudElementVisible (::HudElement hudElement) const
MCAPI bool isInteracting () const
MCAPI bool isPlayerFlying () const
MCAPI bool isPlayerHungry () const
MCAPI bool isRemoteProfanityFilterEnabled () const
MCAPI bool isTouchPressed () const
MCAPI bool itemFrameFilled (::BlockPos const &blockPos) const
MCAPI void makeStructureBlockRequest (::std::string const &structureName, ::BlockPos const &structureBlockPosition, ::StructureSettings const &structureSettings, ::StructureTemplateRequestOperation exportOperation)
MCAPI void navigateToImmersiveReaderScreen (::std::string readerText)
MCAPI void navigateToLeaveLevelScreen (bool switchScreen)
MCAPI void navigateToServerStoreScreen ()
MCAPI void queryBossInfo () const
MCAPI void registerNpcEventListener (::NpcEventListener &listener)
MCAPI void requestDisconnectPlayer (::std::string const &userName)
MCAPI void resetCanTakeScreenshot ()
MCAPI void sendBlockEntityUpdatePacket (::BlockPos const &pos)
MCAPI::ChatMessageRestrictions sendChatMessage (::std::string const &message)
MCAPI void sendCommandBlockUpdatePacket (::ActorUniqueID const &entityId)
MCAPI void sendCommandBlockUpdatePacket (::BlockPos const &pos)
MCAPI void sendRespawnRequest () const
MCAPI void setMenuPointerPressed (bool pressed)
MCAPI bool shouldDisplayDaysPlayed () const
MCAPI bool shouldDisplayPlayerPosition () const
MCAPI::Bedrock::PubSub::Subscription subscribeToProfanityToggleEvent (::std::function< void(bool, bool)> callback)
MCAPI bool thirdPartyGamerpicAllowed (::mce::UUID const &playerId) const
MCAPI void toggleChatMute ()
MCAPI bool tryBroadcastGlobalPause (bool status)
MCAPI bool tryGetAgentPosition (::BlockPos &result) const
MCAPI void unregisterNpcEventListener (::NpcEventListener &listener)
MCAPI void * $ctor (::MinecraftScreenModel::Context context)
virtual void navigateToDisconnectScreen (::Connection::DisconnectFailReason reason, ::std::string const &displayMessageOverride)
virtual bool tryNavigateToProfileScreen ()
virtual bool tryNavigateToSafeZoneScreenOnFirstSignin ()
virtual void navigateToStoreDataDrivenScreen (::StoreDataDrivenScreenParams const &params, bool forceDisableProgressScreen)
virtual bool leaveScreen (::std::string expectedScreenName, bool onlyThis)
virtual bool isInGame () const
virtual bool isSelectedSkinInitialized () const
virtual::SubClientId getSubClientId () const
virtual bool platformTTSExists () const
virtual::IDlcBatchModel & getDlcBatchModel (::std::vector<::DlcId > const &dlcIds)
virtual::IDlcBatchModel & getDlcBatchModel (::std::vector<::std::string > const &productIds)
virtual::IDlcBatchModel & getDlcBatchModel (::std::vector<::PackIdVersion > const &packIds)
virtual ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository > getStoreCatalogRepository () const
virtual float getStoreNetworkFailureTimeout () const
virtual bool isAdhocEnabled () const
virtual bool isDirty () const
virtual::SkinHandle const & getSelectedSkinHandle () const
virtual ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManagergetUserManager ()
virtual ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager > const getUserManager () const
virtual::std::string const & getLastPoppedScreenName () const
MCAPI void DEPRECATED_navigateToRealmsPlusPDPScreen (::RealmsPlusTabIndex tabIndex, ::std::function< void(::Realms::World &)> onCreateCallback)
MCAPI::RealmsAPI & _checkAndGetRealmsAPI () const
MCAPI bool _isPremium (::PackManifest const &manifest) const
MCAPI bool _isPremiumLocked (::PackManifest const &manifest) const
MCAPI ::Bedrock::Threading::Async< void > _queueForMainThread (::std::function< void()> &&callback)
MCAPI void _savePDF (::PDFOptions options, ::std::shared_ptr<::FilePickerSettings > settings)
MCAPI void _saveZIP (::PDFOptions options, ::std::shared_ptr<::FilePickerSettings > settings)
MCAPI void _startLocalServerAsync (::std::string const &levelId, ::std::string const &levelName, ::ContentIdentity const &contentIdentity, ::LevelSettings const &settings)
MCAPI void addDownloadCallback (::std::weak_ptr< bool > existenceTracker, ::std::function< void(::DownloadStateObject &)> callback)
MCAPI void addEduCredentialsObserver (::edu::auth::CredentialsObserver &observer)
MCAPI void addEduDeeplinkObserver (::EduDeeplinkObserver &observer) const
MCAPI void addToRealmsBlocklist (::Realms::RealmId worldId, ::std::string const &currentUserXuid, ::std::string const &xuidToBlock, ::std::function< void(::Realms::GenericStatus)> callback)
MCAPI bool canEditPermissionsEDU (::ActorUniqueID const &id)
MCAPI bool canManageSubscriptionForStoreId (::std::string const &storeId) const
MCAPI void cancelJoinGame (::LoadingState loadingState)
MCAPI void checkConnectionEvents ()
MCAPI void checkRealmsPaymentService (::std::function< void(bool)> callback)
MCAPI void clearContentLogMessages ()
MCAPI void clearDevConsoleScreenMessages ()
MCAPI void clearTTSQueue ()
MCAPI void closeRealmsWorld (::Realms::RealmId worldId, ::std::function< void(::Realms::GenericStatus)> callback, ::std::function< void(int)> retryCallback)
MCAPI void completeServerForm (uint formId, ::ModalFormCancelReason cancelReason)
MCAPI void completeServerForm (uint formId, ::Json::Value response)
MCAPI void confirmResourcePackDownload (::ResourcePackResponse response, bool downloadOptionalResourcePacks, bool forceServerPacksEnabled)
MCAPI void connectToPlatformNetwork (::std::function< void(::Social::UserPlatformConnectionResult)> callback, bool isUserInitiated)
MCAPI::std::string copyWorld (::std::string const &worldId)
MCAPI void createAndUploadWorldToRealm (::LevelSummary const &levelSummary, ::LevelSettings const &levelSettings, ::Realms::World world, ::std::function< void(::Realms::World)> callback)
MCAPI void createAndUploadWorldToRealm (::std::string const &levelId, ::std::string levelName, ::LevelSettings const &settings, ::Realms::World world, ::std::function< void(::Realms::World)> callback)
MCAPI ::std::unique_ptr<::PlatformMultiplayerRestrictionscreatePlatformMultiplayerRestrictions ()
MCAPI void deleteAllContentLogs () const
MCAPI void deleteAllDiagnosticsAndProfilerCaptures () const
MCAPI void deleteAllLocalScreenshots ()
MCAPI void deleteFeedItem (::Clubs::FeedItem const &activityItem, ::Realms::RealmId realmId, ::std::string const &clubId, ::std::function< void(::Clubs::GenericStatus)> callback)
MCAPI void destroyGame ()
MCAPI void devConsoleExecuteCommand (::std::string const &command)
MCAPI void displayPremiumUpsellDialogAsync (::std::function< void(bool)> callback)
MCAPI bool doesUserHavePremiumPlatformAccess () const
MCAPI bool doesUserPlatformConnectionAllowMultiplayer () const
MCAPI void fetchScreenshots (::std::vector<::Core::PathBuffer<::std::string > > &results)
MCAPI::std::string filterProfanityFromString (::ProfanityFilterContext stringContext, ::std::string const &str, bool allowFilterOverride) const
MCAPI bool findProfanityInString (::ProfanityFilterContext stringContext, ::std::string const &str) const
MCAPI void fireCodeBuilderCachePerformanceEvent (::CodeBuilderPerformance::Stage stage)
MCAPI void fireEventScreenChanged (::std::string const &screenName, ::std::unordered_map<::std::string, ::std::string > const &additionalProperties)
MCAPI void fireEventUserListUpdated (::std::string const &productId, ::std::string const &listId, ::std::string const &operation, bool success)
MCAPI void fireSignOutEdu (::std::string const &action, ::std::string const &error) const
MCAPI bool fulfillPriorEduPurchase (::std::weak_ptr<::Purchase > purchase, ::std::unique_ptr<::TransactionContext > context)
MCAPI ::std::shared_ptr<::FilePickerSettingsgenerateFilePickerSettingsForAlbum (::PDFOptions const &options, ::std::string const &defaultOutName)
MCAPI ::std::shared_ptr<::FilePickerSettingsgenerateFilePickerSettingsForExport ()
MCAPI ::std::shared_ptr<::FilePickerSettingsgenerateFilePickerSettingsForExport (::std::string const &levelId, ::std::string const &levelName, ::FileArchiver::ExportType type)
MCAPI::PlayerAchievementData const & getAchievementData () const
MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity const > getActiveDirectoryIdentity ()
MCAPI::std::string getBuildDateISOString () const
MCAPI void getClubFeed (::std::string const &clubID, ::std::function< void(::Clubs::ActivityFeed, ::Clubs::GenericStatus)> callback)
MCAPI void getClubProfile (::std::string const &clubId, ::std::function< void(::Clubs::ClubModel, ::Clubs::GenericStatus)> callback)
MCAPI void getClubUnreadCount (::std::string const &clubId, ::std::function< void(int, ::Clubs::GenericStatus)> callback)
MCAPI void getClubUnreadCounts (::std::vector<::std::string > const &clubIds, ::std::function< void(::std::map<::std::string, int >, ::Clubs::GenericStatus)> callback)
MCAPI::MinecraftCommands & getCommands ()
MCAPI ::std::vector<::ContentLogMessage > const & getContentLogMessages () const
MCAPI::ContentTierInfo getContentTierInfo () const
MCAPI::Realms::World & getCurrentRealm ()
MCAPI::std::string getCurrentXUID () const
MCAPI::SkinHandle getCustomSkinHandle (::DefaultSkin skinType) const
MCAPI int getCustomSkinIndex () const
MCAPI::WireframeQueue * getDimensionWireframeQueue ()
MCAPI::std::string getDisplayName () const
MCAPI ::Bedrock::NonOwnerPointer<::EduCloud::IEduCloudSaveSystemgetEDUCloudSaveSystem () const
MCAPI::IEDUDiscoveryService & getEDUDiscoveryService ()
MCAPI float getEDUServicePackProgress () const
MCAPI::std::string getEduOfferPrice ()
MCAPI::EducationLevelSettings const * getEducationLevelSettings () const
MCAPI ::std::optional<::Social::GameConnectionInfogetGameConnectionInfo ()
MCAPI::IGameConnectionListener const & getGameConnectionListener ()
MCAPI::HitResult & getHitResult () const
MCAPI int getHotbarSlotCount () const
MCAPI::ResourceLocation const & getImageLocationFromImageRepository (::std::string const &imageName) const
MCAPI bool getIsWaitingForSession () const
MCAPI::LevelData * getLevelData ()
MCAPI::LevelData * getLevelData (::std::string const &levelID)
MCAPI void getLinkedPlatformIds (::std::function< void(::std::string, ::std::string)> callback, ::std::vector<::std::string > const &xuids) const
MCAPI void getLinkedXuids (::std::function< void(::std::string, ::std::string)> callback, ::std::vector<::std::string > const &platformIds) const
MCAPI::ActorUniqueID getLocalPlayerEntityID () const
MCAPI::std::string getLocalizedStoreDisplayName (::std::string const &storeId)
MCAPI::std::string getMarketplacePassPrice (::std::string const &productSku, ::std::string const &caymanId) const
MCAPI uint getMaxPlatformInvitablePlayers () const
MCAPI::std::string getNetworkInfoStringInGame () const
MCAPI bool getNewJukeboxPopupItemText (::std::string &newText, bool &isCreative)
MCAPI bool getNewPopupItemText (::std::string &newText, bool &isCreative)
MCAPI::SDL::SubscriptionInfo const & getNextAvailableSubscriptionInfo () const
MCAPI::IOptions & getOptions () const
MCAPI ::std::shared_ptr<::WebviewInterfacegetOrCreateWebviewInterface (::WebviewInterfaceType interfaceType)
MCAPI void getPlatformFriendProfiles (::std::function< void(::std::vector<::Social::PlatformUserProfileData > const &)> callback)
MCAPI void getPlatformProfile (::std::string const &platformId, ::std::function< void(::Social::PlatformUserProfileData &)> callback)
MCAPI short getPointerX () const
MCAPI short getPointerY () const
MCAPI void getProfiles (::std::vector<::std::string > const &xuids, ::std::function< void(::std::vector<::Social::XboxLiveUserProfileData const * > const &)> batchedCollectionCallback)
MCAPI::std::string getRandomSearchTermUsingCategory (::StoreCatalogCategory const &category) const
MCAPI void getRealmWorldBackups (::Realms::RealmId worldId, ::std::function< void(::Realms::GenericStatus, ::std::vector<::Realms::Backup >)> callback)
MCAPI ::Bedrock::NotNullNonOwnerPtr<::Realms::InvitesServicegetRealmsInvitesService ()
MCAPI void getRealmsWorld (::Realms::RealmId worldId, ::std::function< void(::Realms::GenericStatus, ::Realms::World)> callback, bool userWaiting)
MCAPI ::std::shared_ptr<::Realms::WorldCachegetRealmsWorldCache ()
MCAPI::Realms::World getRealmsWorldContextWorld () const
MCAPI void getReportedFeedItem (::Clubs::ReportedItem const &reportedItem, ::std::function< void(::Clubs::ReportedItem const &, ::Clubs::FeedItem, ::Clubs::GenericStatus)> callback)
MCAPI void getReportedItemPaths (::std::string const &clubId, ::std::function< void(::std::vector<::Clubs::ReportedItem >, ::Clubs::GenericStatus)> callback)
MCAPI::std::string getScreenName () const
MCAPI::std::string getScreenTelemetry () const
MCAPI ::Core::PathBuffer<::std::string > getScreenshotPath () const
MCAPI ::std::vector<::StoreFilter::FilterCollectionInfo > const & getSessionConfigFilterCollections () const
MCAPI::std::string getSessionConfigKnownPageKeyValue (::std::string const &pageId) const
MCAPI bool getSimPaused () const
MCAPI::std::string getSplitscreenJoinText () const
MCAPI::StoreContentSources getStoreContentSources () const
MCAPI bool getStoreHasRealmsProducts () const
MCAPI::std::string getStoreId () const
MCAPI::SDL::SubscriptionInfo const & getSubscriptionFullPriceInfo () const
MCAPI void getThirdPartyDisplayPicture (::std::string const &playerId, ::std::function< void(::Core::Path const &)> callback, bool isLocal)
MCAPI bool getTipText (::std::string &text)
MCAPI void getUserMemberOfWorldsCount (::std::function< void(::Realms::GenericStatus, bool)> callback)
MCAPI ::std::vector<::std::string > getUuidsInLobby () const
MCAPI::std::string getVersionString () const
MCAPI ::std::shared_ptr<::WebviewInterfacegetWebviewInterface (::WebviewInterfaceType interfaceType)
MCAPI::std::string getWorldConverterDevVersionNumberString () const
MCAPI::LoadingState getWorldLoadingState () const
MCAPI::PurchaseResult goToExternalPlatformOffer (::std::string const &offerId, ::std::function< void(bool)> finishedExternalCoinPurchase, ::std::function< void(bool, int)> boughtEnoughCoinsCallback)
MCAPI bool hasExternalCoinPurchases () const
MCAPI bool hasInteractButton () const
MCAPI bool hasLocalDeviceEntitlements () const
MCAPI bool hasPlatformIcons () const
MCAPI bool hasPlatformProfileCards () const
MCAPI void ignoreReportedFeedItem (::Clubs::ReportedItem const &activityItem, ::std::string const &reason, ::std::string const &clubId, ::std::function< void(::Clubs::GenericStatus)> callback)
MCAPI void initializeRealmsWorld (::Realms::RealmId worldId, ::std::string const &name, ::std::string const &description, ::std::function< void(::Realms::GenericStatus, ::Realms::FailureReason)> callback)
MCAPI bool isBanned () const
MCAPI bool isCreative () const
MCAPI bool isCrossPlatformPlayEnabled () const
MCAPI bool isDeviceBeingSunset () const
MCAPI bool isDeviceSunset () const
MCAPI bool isDisconnectedFromNEX () const
MCAPI bool isDisconnectedFromPSN () const
MCAPI bool isEditorModeEnabled () const
MCAPI bool isEduDemo ()
MCAPI bool isEduMode () const
MCAPI bool isFeatureEnabled (::MinecraftGameFeatures feature) const
MCAPI bool isHotbarOnlyTouch () const
MCAPI bool isInputModeTouch () const
MCAPI bool isInviteEnabled (::Social::MultiplayerServiceIdentifier serviceIdentifier) const
MCAPI bool isLeftHanded () const
MCAPI::Social::PermissionCheckResult isMultiplayerAllowed () const
MCAPI bool isNetworkAvailable () const
MCAPI bool isOnSceneStack (::std::string const &screenName)
MCAPI bool isOperator () const
MCAPI bool isOreUIModerationEnabled () const
MCAPI bool isPlatformInviteEnabled () const
MCAPI bool isPlatformThirdPartyConsole () const
MCAPI bool isPremiumOwnedMissing (::PackIdVersion const &id, ::ContentIdentity const &contentIdentity) const
MCAPI bool isPremiumPlatformAccessRequiredForMatchmaking () const
MCAPI bool isRealmLevel () const
MCAPI bool isRealmOwner () const
MCAPI bool isRealmsEditWorldOreUIFeatureOn () const
MCAPI bool isRealmsEnabled () const
MCAPI bool isRealmsInitialized () const
MCAPI bool isResourceLoadingFinished () const
MCAPI bool isRiding () const
MCAPI bool isServiceMultiplayerEnabled (::Social::MultiplayerServiceIdentifier serviceID) const
MCAPI bool isServicesLocalizationReady () const
MCAPI bool isSessionConfigAndLocalizationReady () const
MCAPI bool isSessionConfigRetrievalDelayed () const
MCAPI bool isSessionInfoValid (::Social::MultiplayerServiceIdentifier serviceID) const
MCAPI bool isSignInInProgress () const
MCAPI bool isSignedInToAdhoc () const
MCAPI bool isSignedInToNEX () const
MCAPI bool isSignedInToPSN () const
MCAPI bool isSignedInToPlayFabOfflineAndNetworkDisconnected () const
MCAPI bool isSignedInToPlayfab () const
MCAPI bool isSignedInToXBL () const
MCAPI bool isUITTSEnabled () const
MCAPI bool isUnableToShowXBLLogo () const
MCAPI bool isValidRealmName (::std::string name)
MCAPI void joinEDUDiscoveredWorld ()
MCAPI void joinRealmFromInvite (::Realms::World world)
MCAPI void joinRealmsWorld (::Realms::World world, ::std::function< void(::Social::GameConnectionInfo const &, bool)> successCallback, ::std::function< void(::Realms::GenericStatus, ::RealmsAPI::JoinStatus, ::Realms::FailureReason)> failCallback, ::std::function< void(int)> retryCallback, ::IMinecraftEventing::RealmConnectionFlow realmConnectionFlow, ::std::function< void(::IMinecraftEventing::RealmConnectionFlow)> broadcastConnectionEventRealmsRequestFunction, ::std::function< void(::IMinecraftEventing::RealmConnectionFlow, ::Bedrock::Http::StatusCode)> broadcastConnectionEventRealmsResponseFunction)
MCAPI void launchEduUri (::std::string const &baseUrl)
MCAPI bool launchManageSubscriptions ()
MCAPI bool launchStore ()
MCAPI void launchUri (::std::string const &uri)
MCAPI void launchUserGeneratedUri (::std::string const &uri, ::UserGeneratedUriSource source, bool recordEvent)
MCAPI void leaveRealmsWorld (::Realms::RealmId worldId, ::std::function< void(::Realms::GenericStatus)> callback)
MCAPI void loadStoreDataDrivenScreenFromSidebar (::StoreDataDrivenScreenParams &params)
MCAPI void makeBackupOfLevel (::LevelSummary const &editedLevel)
MCAPI bool multiplayerLostConnectionToSignalingService () const
MCAPI void navigateToControlCustomizationScreen ()
MCAPI void navigateToDevConsole ()
MCAPI void navigateToEduHomeScreen ()
MCAPI void navigateToFeedScreen (::Realms::World const &world)
MCAPI void navigateToFeedbackPopup ()
MCAPI void navigateToInviteScreen ()
MCAPI void navigateToModalProgressScreen (::std::string const &uniqueEventName, ::std::unique_ptr<::ProgressHandler > progressHandler, bool forceRenderBelow, ::std::string const &screenNameOverride, bool isCancellable)
MCAPI void navigateToOptionsScreen (::SettingsTabIndex startingTabIndex, bool navToMenuOnExit, bool maintainOldFocus, ::std::string const &initialPackId)
MCAPI void navigateToPlatformNetworkConnectConfirmationScreen (::std::function< void(bool)> callback)
MCAPI void navigateToPlatformStoreConnectConfirmationScreen (::std::function< void(bool)> callback)
MCAPI void navigateToRealmsSlotSettingsScreen (::Realms::World const &world)
MCAPI void navigateToRealmsSlotsScreen (::Realms::World const &worldWithoutSlotInfo)
MCAPI void navigateToSkinPickerScreen ()
MCAPI void navigateToStartScreen ()
MCAPI void navigateToStoreHomeScreen (::std::string const &title)
MCAPI void navigateToTokenFAQScreen ()
MCAPI void navigateToTokenPopupScreen ()
MCAPI void navigateToUpdateWorldHeightScreen (::std::function< void(bool)> startWorldCallback)
MCAPI bool needPlatformConnectionBeforeXBLSignIn () const
MCAPI bool needPlatformConnectionForSplitScreenMultiplayer () const
MCAPI void openBannedModal ()
MCAPI void openRealmsWorld (::Realms::RealmId worldId, ::std::function< void(::Realms::GenericStatus)> callback, ::std::function< void(int)> retryCallback)
MCAPI void pickCustomSkin (::std::function< void(::PickCustomSkinResult)> callback) const
MCAPI void prepareToNavigateToGamePlayScreen ()
MCAPI bool purchaseEduLicense (::std::unique_ptr<::TransactionContext > context)
MCAPI void pushToast (::ToastMessage message)
MCAPI void rebindKeys ()
MCAPI void refreshCurrentRealmWorldInfo (::std::function< void(::Realms::GenericStatus, ::Realms::World const &)> callback)
MCAPI void removeFromRealmsBlocklist (::Realms::RealmId worldId, ::std::string const &xuid, ::std::function< void(::Realms::GenericStatus)> callback)
MCAPI void requestPlayerPermissions (::LayeredAbilities const &abilities, ::ActorUniqueID playerId)
MCAPI bool requiresXBLSigninToPlay () const
MCAPI void resetActiveDirectoryAuthenticationState ()
MCAPI void resetRealmsWorld (::Realms::RealmId worldId, ::std::function< void(::Realms::GenericStatus)> callback, ::std::function< void(int)> retryCallback)
MCAPI void resetRealmsWorldContext ()
MCAPI void restoreRealmWorldBackup (::Realms::RealmId worldId, ::std::string backupId, ::std::function< void(int)> retryCallback, ::std::function< void(::Realms::GenericStatus)> callback)
MCAPI void saveLevelData (::std::string const &levelId, ::LevelData const &data)
MCAPI void scheduleCheckUserStorageAsync ()
MCAPI void sendPurchaseReceiptsToServer ()
MCAPI void sendSettingsCommandPacket (::std::string const &command, bool supressOutput)
MCAPI void sendTrialWelcomeMessage ()
MCAPI bool serverPermissionOpenChat () const
MCAPI void setActiveDirectoryAuthenticationStateComplete ()
MCAPI void setActiveDirectoryDemoVersion ()
MCAPI void setActiveSlot (::Realms::RealmId worldId, int slotIndex, ::std::function< void(::Realms::GenericStatus, ::Realms::FailureReason)> callback)
MCAPI void setClubProfile (::Clubs::ClubModel const &model, ::std::function< void(::Clubs::GenericStatus)> callback)
MCAPI void setEducationLocalLevelSettings (::EducationLocalLevelSettings const &settings)
MCAPI void setIsCheckoutInProgress (bool isCheckoutInProgress)
MCAPI void setIsInGameBrowsing (bool isInGameBrowsing)
MCAPI void setLanguage ()
MCAPI void setLastSelectedSlot (int slot, ::ContainerID containerId)
MCAPI void setNumberOfOwnedRealms (int number)
MCAPI void setPlayerGameType (::GameType const &gameType)
MCAPI void setRealmsWorldInfo (::Realms::World world, int difficulty, bool allowCheats, ::std::function< void(::Realms::GenericStatus, ::Realms::FailureReason)> callback)
MCAPI void setShareData (::std::string shareTitle, ::std::string shareText, ::std::string shareUri)
MCAPI void setSimPaused (bool paused)
MCAPI void setViewedFeedItem (::Clubs::FeedItem const &activityItem, ::Realms::RealmId realmId, ::std::string const &clubId, bool viewed, ::std::function< void(::Clubs::GenericStatus)> callback)
MCAPI bool shouldShowThirdPartyDisconnected () const
MCAPI bool shouldShowVersionUpdateScreen ()
MCAPI void showFriendFinder (::std::function< void()> callback)
MCAPI bool showSignInButton () const
MCAPI void showStoreFeaturesDisabledWhenSignedOutScreen ()
MCAPI void signIn (::std::function< void()> connectionCompleteCallback, ::Social::IdentitySignInTrigger signInTrigger, ::std::string const &signInSource, ::std::function< void(::Social::MultiIdentitySigninResult)> signInCompleteCallback)
MCAPI void signOut (::std::function< void(::Identity::SignOutResult)> callback)
MCAPI void silentSignin (::Social::IdentitySignInTrigger signInTrigger, ::std::string const &signInSource, ::std::function< void(::Social::MultiIdentitySigninResult)> callback)
MCAPI void startExternalNetworkWorld (::std::string const &serverName, ::std::string const &ipAddress, int port)
MCAPI void startLocalServerAsync (::LevelSummary const &levelSummary, ::LevelSettings const &levelSettings)
MCAPI void startLocalServerAsync (::std::string const &levelId, ::std::string levelName, ::LevelSettings const &settings)
MCAPI bool supportsTTSLanguage (::std::string const &languageCode) const
MCAPI ::Bedrock::Threading::Async<::Core::PathBuffer<::std::string > > takeScreenshotForUploading ()
MCAPI bool tryNavigateToXblImmediateSignInScreen_DEPRECATED (::std::string const &signInSource, ::std::function< void()> callBackAfterSignIn, ::std::function< void()> callBackAfterCancel)
MCAPI bool updateEDUServicePackSystem () const
MCAPI void updateRealmsAllowList (::Realms::RealmId worldId, ::std::string const &currentUserXuid, ::std::map<::std::string, ::RealmsAPI::InviteAction > xuidList, ::std::function< void(::Realms::GenericStatus, ::Realms::World)> callback)
MCAPI bool wasSessionCreated (::Social::MultiplayerServiceIdentifier serviceID) const
MCAPI void $dtor ()
MCAPI void $navigateToDisconnectScreen (::Connection::DisconnectFailReason reason, ::std::string const &displayMessageOverride)
MCAPI bool $tryNavigateToProfileScreen ()
MCAPI bool $tryNavigateToSafeZoneScreenOnFirstSignin ()
MCAPI void $navigateToStoreDataDrivenScreen (::StoreDataDrivenScreenParams const &params, bool forceDisableProgressScreen)
MCAPI bool $leaveScreen (::std::string expectedScreenName, bool onlyThis)
MCAPI bool $isInGame () const
MCAPI bool $isSelectedSkinInitialized () const
MCAPI::SubClientId $getSubClientId () const
MCAPI bool $platformTTSExists () const
MCAPI::IDlcBatchModel & $getDlcBatchModel (::std::vector<::DlcId > const &dlcIds)
MCAPI::IDlcBatchModel & $getDlcBatchModel (::std::vector<::std::string > const &productIds)
MCAPI::IDlcBatchModel & $getDlcBatchModel (::std::vector<::PackIdVersion > const &packIds)
MCAPI ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository > $getStoreCatalogRepository () const
MCAPI float $getStoreNetworkFailureTimeout () const
MCAPI bool $isAdhocEnabled () const
MCAPI bool $isDirty () const
MCAPI::SkinHandle const & $getSelectedSkinHandle () const
MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager$getUserManager ()
MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager > const $getUserManager () const
MCAPI::std::string const & $getLastPoppedScreenName () const

Static Public Member Functions

static MCAPI void ** $vftableForIDlcBatcher ()
static MCAPI void ** $vftableForIMinecraftScreenModel ()
static MCAPI uint & mSceneInstanceCounter ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnk9dc14b
::ll::UntypedStorage< 8, 8 > mUnkd4f179
::ll::UntypedStorage< 8, 24 > mUnk5898df
::ll::UntypedStorage< 8, 24 > mUnkb8f778
::ll::UntypedStorage< 8, 24 > mUnk93fc9a
::ll::UntypedStorage< 8, 16 > mUnk8c29e5
::ll::UntypedStorage< 8, 8 > mUnk3c4539
::ll::UntypedStorage< 1, 1 > mUnk5cfbc7
::ll::UntypedStorage< 8, 8 > mUnkaaaefd
::ll::UntypedStorage< 4, 4 > mUnkc9ba95
::ll::UntypedStorage< 8, 8 > mUnkb52f29
::ll::UntypedStorage< 8, 8 > mUnk8c3280
::ll::UntypedStorage< 8, 8 > mUnkb03986
::ll::UntypedStorage< 8, 8 > mUnk3c6d08
::ll::UntypedStorage< 8, 8 > mUnk20edbb
::ll::UntypedStorage< 8, 16 > mUnk4e8c10
::ll::UntypedStorage< 8, 8 > mUnkd89614
::ll::UntypedStorage< 8, 16 > mUnk866edf
::ll::UntypedStorage< 8, 8 > mUnk6a6185
::ll::UntypedStorage< 8, 16 > mUnk41aee7
::ll::UntypedStorage< 8, 8 > mUnk430851
::ll::UntypedStorage< 8, 16 > mUnka056cc
::ll::UntypedStorage< 4, 4 > mUnk921493
::ll::UntypedStorage< 1, 1 > mUnke8ca16
::ll::UntypedStorage< 1, 1 > mUnkf47178

Constructor & Destructor Documentation

◆ ClientInstanceScreenModel()

MCAPI ClientInstanceScreenModel::ClientInstanceScreenModel ( ::MinecraftScreenModel::Context context)
explicit
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ addPhotoToPortfolio()

MCAPI void ClientInstanceScreenModel::addPhotoToPortfolio ( ::std::string const & photoName,
::std::string const & newPhotoName )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canCollectFromCauldron()

MCAPI bool ClientInstanceScreenModel::canCollectFromCauldron ( ::BlockPos const & blockPos) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canEmptyIntoCauldron()

MCAPI bool ClientInstanceScreenModel::canEmptyIntoCauldron ( ::BlockPos const & blockPos) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canPlaceHeldBlock()

MCAPI bool ClientInstanceScreenModel::canPlaceHeldBlock ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canPlaceHeldItem()

MCAPI bool ClientInstanceScreenModel::canPlaceHeldItem ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canPlaceWaterlily()

MCAPI bool ClientInstanceScreenModel::canPlaceWaterlily ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canTipArrows()

MCAPI bool ClientInstanceScreenModel::canTipArrows ( ::BlockPos const & blockPos) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canUseReed()

MCAPI bool ClientInstanceScreenModel::canUseReed ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canUseSeed()

MCAPI bool ClientInstanceScreenModel::canUseSeed ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ clearTitleMessages()

MCAPI void ClientInstanceScreenModel::clearTitleMessages ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ createBookScreenManager()

MCAPI ::std::unique_ptr<::BookScreenManager > ClientInstanceScreenModel::createBookScreenManager ( int bookSlot,
::BlockActor * lectern )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ createCommandBlockManager()

MCAPI ::std::unique_ptr<::MinecartCommandBlockManager > ClientInstanceScreenModel::createCommandBlockManager ( bool isMinecart,
::BlockPos pos,
::ActorUniqueID entityUniqueID )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ createPhotoItem()

MCAPI void ClientInstanceScreenModel::createPhotoItem ( ::PhotoRecord const & record)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ displaySystemMessage()

MCAPI void ClientInstanceScreenModel::displaySystemMessage ( ::std::string const & message,
::std::string const & ttsMessage,
::ProfanityFilterContext profanityFilterContext )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ distanceSqrFromPlayerToBlockCenter()

MCAPI float ClientInstanceScreenModel::distanceSqrFromPlayerToBlockCenter ( ::Vec3 const & pos)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ executeCommand()

MCAPI::ChatMessageRestrictions ClientInstanceScreenModel::executeCommand ( ::std::string const & commandLine)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ exportStructureBlock()

MCAPI bool ClientInstanceScreenModel::exportStructureBlock ( ::std::string const & structureName,
::Core::Path const & filePath )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ findStructure()

MCAPI bool ClientInstanceScreenModel::findStructure ( ::StructureEditorData & structureData)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ forceAllowEating()

MCAPI bool ClientInstanceScreenModel::forceAllowEating ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getBlockAt()

MCAPI::Block const & ClientInstanceScreenModel::getBlockAt ( ::BlockPos const & blockPos) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getBlockEntity()

MCAPI::BlockActor * ClientInstanceScreenModel::getBlockEntity ( ::BlockPos const & pos,
::BlockActorType blockEntityType )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCoordinateCaptureType()

MCAPI::CoordinateCaptureType ClientInstanceScreenModel::getCoordinateCaptureType ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getGuiMessageList()

MCAPI ::std::vector<::GuiMessage > & ClientInstanceScreenModel::getGuiMessageList ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getInteractionText()

MCAPI::std::string ClientInstanceScreenModel::getInteractionText ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getItemNameOffset()

MCAPI int ClientInstanceScreenModel::getItemNameOffset ( bool showClassicUI,
bool showSurvivalUI,
bool showLocatorBar ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLastFilteredChatMessage()

MCAPI::std::string const ClientInstanceScreenModel::getLastFilteredChatMessage ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getNumberOfDaysPlayed()

MCAPI int ClientInstanceScreenModel::getNumberOfDaysPlayed ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getOffhandSlot()

MCAPI::ItemStack const & ClientInstanceScreenModel::getOffhandSlot ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPlayerArmorValue()

MCAPI int ClientInstanceScreenModel::getPlayerArmorValue ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPlayerLevel()

MCAPI int ClientInstanceScreenModel::getPlayerLevel ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPlayerPosition()

MCAPI::Vec3 ClientInstanceScreenModel::getPlayerPosition ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPlayerRegion()

MCAPI::BlockSource * ClientInstanceScreenModel::getPlayerRegion ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSelectedItem()

MCAPI::ItemStack const & ClientInstanceScreenModel::getSelectedItem ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getThirdPartyGamerpic()

MCAPI ::Bedrock::Threading::Async<::ResourceLocation > ClientInstanceScreenModel::getThirdPartyGamerpic ( ::mce::UUID const & playerId,
::std::string const & platformOnlineID ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getTitleMessage()

MCAPI::TitleMessage const & ClientInstanceScreenModel::getTitleMessage ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getXToScreenRatio()

MCAPI float ClientInstanceScreenModel::getXToScreenRatio ( float x) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getYToScreenRatio()

MCAPI float ClientInstanceScreenModel::getYToScreenRatio ( float y) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ importStructureBlock()

MCAPI::StructureTemplate * ClientInstanceScreenModel::importStructureBlock ( ::std::string const & structureName,
::Core::Path const & filePath )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ initiateGLBFileSave()

MCAPI void ClientInstanceScreenModel::initiateGLBFileSave ( ::std::string const & defaultName,
::Core::Path const & originPath,
::std::function< void(bool)> onComplete )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ initiateStructureModelExport()

MCAPI ::std::shared_ptr<::MinecraftglTFExporter > ClientInstanceScreenModel::initiateStructureModelExport ( ::BlockPos const & position,
::StructureEditorData const & structureEditorData,
::std::function< void(bool)> onFileReady )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isBossProperlyRegistered()

MCAPI bool ClientInstanceScreenModel::isBossProperlyRegistered ( int index) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isChatMute()

MCAPI bool ClientInstanceScreenModel::isChatMute ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isDimensionReady()

MCAPI bool ClientInstanceScreenModel::isDimensionReady ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isHudElementVisible()

MCAPI bool const ClientInstanceScreenModel::isHudElementVisible ( ::HudElement hudElement) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isInteracting()

MCAPI bool ClientInstanceScreenModel::isInteracting ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isPlayerFlying()

MCAPI bool ClientInstanceScreenModel::isPlayerFlying ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isPlayerHungry()

MCAPI bool ClientInstanceScreenModel::isPlayerHungry ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRemoteProfanityFilterEnabled()

MCAPI bool ClientInstanceScreenModel::isRemoteProfanityFilterEnabled ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isTouchPressed()

MCAPI bool ClientInstanceScreenModel::isTouchPressed ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ itemFrameFilled()

MCAPI bool ClientInstanceScreenModel::itemFrameFilled ( ::BlockPos const & blockPos) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ makeStructureBlockRequest()

MCAPI void ClientInstanceScreenModel::makeStructureBlockRequest ( ::std::string const & structureName,
::BlockPos const & structureBlockPosition,
::StructureSettings const & structureSettings,
::StructureTemplateRequestOperation exportOperation )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToImmersiveReaderScreen()

MCAPI void ClientInstanceScreenModel::navigateToImmersiveReaderScreen ( ::std::string readerText)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToLeaveLevelScreen()

MCAPI void ClientInstanceScreenModel::navigateToLeaveLevelScreen ( bool switchScreen)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToServerStoreScreen()

MCAPI void ClientInstanceScreenModel::navigateToServerStoreScreen ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ queryBossInfo()

MCAPI void ClientInstanceScreenModel::queryBossInfo ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ registerNpcEventListener()

MCAPI void ClientInstanceScreenModel::registerNpcEventListener ( ::NpcEventListener & listener)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ requestDisconnectPlayer()

MCAPI void ClientInstanceScreenModel::requestDisconnectPlayer ( ::std::string const & userName)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ resetCanTakeScreenshot()

MCAPI void ClientInstanceScreenModel::resetCanTakeScreenshot ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendBlockEntityUpdatePacket()

MCAPI void ClientInstanceScreenModel::sendBlockEntityUpdatePacket ( ::BlockPos const & pos)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendChatMessage()

MCAPI::ChatMessageRestrictions ClientInstanceScreenModel::sendChatMessage ( ::std::string const & message)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendCommandBlockUpdatePacket() [1/2]

MCAPI void ClientInstanceScreenModel::sendCommandBlockUpdatePacket ( ::ActorUniqueID const & entityId)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendCommandBlockUpdatePacket() [2/2]

MCAPI void ClientInstanceScreenModel::sendCommandBlockUpdatePacket ( ::BlockPos const & pos)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendRespawnRequest()

MCAPI void ClientInstanceScreenModel::sendRespawnRequest ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setMenuPointerPressed()

MCAPI void ClientInstanceScreenModel::setMenuPointerPressed ( bool pressed)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ shouldDisplayDaysPlayed()

MCAPI bool ClientInstanceScreenModel::shouldDisplayDaysPlayed ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ shouldDisplayPlayerPosition()

MCAPI bool ClientInstanceScreenModel::shouldDisplayPlayerPosition ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ subscribeToProfanityToggleEvent()

MCAPI::Bedrock::PubSub::Subscription ClientInstanceScreenModel::subscribeToProfanityToggleEvent ( ::std::function< void(bool, bool)> callback)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ thirdPartyGamerpicAllowed()

MCAPI bool ClientInstanceScreenModel::thirdPartyGamerpicAllowed ( ::mce::UUID const & playerId) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ toggleChatMute()

MCAPI void ClientInstanceScreenModel::toggleChatMute ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tryBroadcastGlobalPause()

MCAPI bool ClientInstanceScreenModel::tryBroadcastGlobalPause ( bool status)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tryGetAgentPosition()

MCAPI bool ClientInstanceScreenModel::tryGetAgentPosition ( ::BlockPos & result) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ unregisterNpcEventListener()

MCAPI void ClientInstanceScreenModel::unregisterNpcEventListener ( ::NpcEventListener & listener)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * ClientInstanceScreenModel::$ctor ( ::MinecraftScreenModel::Context context)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIDlcBatcher()

MCAPI void ** ClientInstanceScreenModel::$vftableForIDlcBatcher ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIMinecraftScreenModel()

MCAPI void ** ClientInstanceScreenModel::$vftableForIMinecraftScreenModel ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tryNavigateToProfileScreen()

virtual bool MinecraftScreenModel::tryNavigateToProfileScreen ( )
virtualinherited

Implements IMinecraftScreenModel.

◆ tryNavigateToSafeZoneScreenOnFirstSignin()

virtual bool MinecraftScreenModel::tryNavigateToSafeZoneScreenOnFirstSignin ( )
virtualinherited

Implements IMinecraftScreenModel.

◆ navigateToStoreDataDrivenScreen()

virtual void MinecraftScreenModel::navigateToStoreDataDrivenScreen ( ::StoreDataDrivenScreenParams const & params,
bool forceDisableProgressScreen )
virtualinherited

Implements IMinecraftScreenModel.

◆ leaveScreen()

virtual bool MinecraftScreenModel::leaveScreen ( ::std::string expectedScreenName,
bool onlyThis )
virtualinherited

Implements IMinecraftScreenModel.

◆ getSubClientId()

virtual::SubClientId MinecraftScreenModel::getSubClientId ( ) const
virtualinherited

Implements IMinecraftScreenModel.

◆ getDlcBatchModel() [1/3]

virtual::IDlcBatchModel & MinecraftScreenModel::getDlcBatchModel ( ::std::vector<::DlcId > const & dlcIds)
virtualinherited

Implements IDlcBatcher.

◆ getDlcBatchModel() [2/3]

virtual::IDlcBatchModel & MinecraftScreenModel::getDlcBatchModel ( ::std::vector<::std::string > const & productIds)
virtualinherited

Implements IDlcBatcher.

◆ getDlcBatchModel() [3/3]

virtual::IDlcBatchModel & MinecraftScreenModel::getDlcBatchModel ( ::std::vector<::PackIdVersion > const & packIds)
virtualinherited

Implements IDlcBatcher.

◆ getUserManager() [1/2]

virtual ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager > MinecraftScreenModel::getUserManager ( )
virtualinherited

Implements IMinecraftScreenModel.

◆ getUserManager() [2/2]

virtual ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager > const MinecraftScreenModel::getUserManager ( ) const
virtualinherited

Implements IMinecraftScreenModel.

◆ DEPRECATED_navigateToRealmsPlusPDPScreen()

MCAPI void MinecraftScreenModel::DEPRECATED_navigateToRealmsPlusPDPScreen ( ::RealmsPlusTabIndex tabIndex,
::std::function< void(::Realms::World &)> onCreateCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _checkAndGetRealmsAPI()

MCAPI::RealmsAPI & MinecraftScreenModel::_checkAndGetRealmsAPI ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _isPremium()

MCAPI bool MinecraftScreenModel::_isPremium ( ::PackManifest const & manifest) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _isPremiumLocked()

MCAPI bool MinecraftScreenModel::_isPremiumLocked ( ::PackManifest const & manifest) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _queueForMainThread()

MCAPI ::Bedrock::Threading::Async< void > MinecraftScreenModel::_queueForMainThread ( ::std::function< void()> && callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _savePDF()

MCAPI void MinecraftScreenModel::_savePDF ( ::PDFOptions options,
::std::shared_ptr<::FilePickerSettings > settings )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _saveZIP()

MCAPI void MinecraftScreenModel::_saveZIP ( ::PDFOptions options,
::std::shared_ptr<::FilePickerSettings > settings )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _startLocalServerAsync()

MCAPI void MinecraftScreenModel::_startLocalServerAsync ( ::std::string const & levelId,
::std::string const & levelName,
::ContentIdentity const & contentIdentity,
::LevelSettings const & settings )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ addDownloadCallback()

MCAPI void MinecraftScreenModel::addDownloadCallback ( ::std::weak_ptr< bool > existenceTracker,
::std::function< void(::DownloadStateObject &)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ addEduCredentialsObserver()

MCAPI void MinecraftScreenModel::addEduCredentialsObserver ( ::edu::auth::CredentialsObserver & observer)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ addEduDeeplinkObserver()

MCAPI void MinecraftScreenModel::addEduDeeplinkObserver ( ::EduDeeplinkObserver & observer) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ addToRealmsBlocklist()

MCAPI void MinecraftScreenModel::addToRealmsBlocklist ( ::Realms::RealmId worldId,
::std::string const & currentUserXuid,
::std::string const & xuidToBlock,
::std::function< void(::Realms::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canEditPermissionsEDU()

MCAPI bool MinecraftScreenModel::canEditPermissionsEDU ( ::ActorUniqueID const & id)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canManageSubscriptionForStoreId()

MCAPI bool MinecraftScreenModel::canManageSubscriptionForStoreId ( ::std::string const & storeId) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ cancelJoinGame()

MCAPI void MinecraftScreenModel::cancelJoinGame ( ::LoadingState loadingState)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ checkConnectionEvents()

MCAPI void MinecraftScreenModel::checkConnectionEvents ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ checkRealmsPaymentService()

MCAPI void MinecraftScreenModel::checkRealmsPaymentService ( ::std::function< void(bool)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ clearContentLogMessages()

MCAPI void MinecraftScreenModel::clearContentLogMessages ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ clearDevConsoleScreenMessages()

MCAPI void MinecraftScreenModel::clearDevConsoleScreenMessages ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ clearTTSQueue()

MCAPI void MinecraftScreenModel::clearTTSQueue ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ closeRealmsWorld()

MCAPI void MinecraftScreenModel::closeRealmsWorld ( ::Realms::RealmId worldId,
::std::function< void(::Realms::GenericStatus)> callback,
::std::function< void(int)> retryCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ completeServerForm() [1/2]

MCAPI void MinecraftScreenModel::completeServerForm ( uint formId,
::ModalFormCancelReason cancelReason )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ completeServerForm() [2/2]

MCAPI void MinecraftScreenModel::completeServerForm ( uint formId,
::Json::Value response )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ confirmResourcePackDownload()

MCAPI void MinecraftScreenModel::confirmResourcePackDownload ( ::ResourcePackResponse response,
bool downloadOptionalResourcePacks,
bool forceServerPacksEnabled )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ connectToPlatformNetwork()

MCAPI void MinecraftScreenModel::connectToPlatformNetwork ( ::std::function< void(::Social::UserPlatformConnectionResult)> callback,
bool isUserInitiated )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ copyWorld()

MCAPI::std::string MinecraftScreenModel::copyWorld ( ::std::string const & worldId)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ createAndUploadWorldToRealm() [1/2]

MCAPI void MinecraftScreenModel::createAndUploadWorldToRealm ( ::LevelSummary const & levelSummary,
::LevelSettings const & levelSettings,
::Realms::World world,
::std::function< void(::Realms::World)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ createAndUploadWorldToRealm() [2/2]

MCAPI void MinecraftScreenModel::createAndUploadWorldToRealm ( ::std::string const & levelId,
::std::string levelName,
::LevelSettings const & settings,
::Realms::World world,
::std::function< void(::Realms::World)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ createPlatformMultiplayerRestrictions()

MCAPI ::std::unique_ptr<::PlatformMultiplayerRestrictions > MinecraftScreenModel::createPlatformMultiplayerRestrictions ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ deleteAllContentLogs()

MCAPI void MinecraftScreenModel::deleteAllContentLogs ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ deleteAllDiagnosticsAndProfilerCaptures()

MCAPI void MinecraftScreenModel::deleteAllDiagnosticsAndProfilerCaptures ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ deleteAllLocalScreenshots()

MCAPI void MinecraftScreenModel::deleteAllLocalScreenshots ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ deleteFeedItem()

MCAPI void MinecraftScreenModel::deleteFeedItem ( ::Clubs::FeedItem const & activityItem,
::Realms::RealmId realmId,
::std::string const & clubId,
::std::function< void(::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ destroyGame()

MCAPI void MinecraftScreenModel::destroyGame ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ devConsoleExecuteCommand()

MCAPI void MinecraftScreenModel::devConsoleExecuteCommand ( ::std::string const & command)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ displayPremiumUpsellDialogAsync()

MCAPI void MinecraftScreenModel::displayPremiumUpsellDialogAsync ( ::std::function< void(bool)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ doesUserHavePremiumPlatformAccess()

MCAPI bool MinecraftScreenModel::doesUserHavePremiumPlatformAccess ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ doesUserPlatformConnectionAllowMultiplayer()

MCAPI bool MinecraftScreenModel::doesUserPlatformConnectionAllowMultiplayer ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fetchScreenshots()

MCAPI void MinecraftScreenModel::fetchScreenshots ( ::std::vector<::Core::PathBuffer<::std::string > > & results)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ filterProfanityFromString()

MCAPI::std::string MinecraftScreenModel::filterProfanityFromString ( ::ProfanityFilterContext stringContext,
::std::string const & str,
bool allowFilterOverride ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ findProfanityInString()

MCAPI bool MinecraftScreenModel::findProfanityInString ( ::ProfanityFilterContext stringContext,
::std::string const & str ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fireCodeBuilderCachePerformanceEvent()

MCAPI void MinecraftScreenModel::fireCodeBuilderCachePerformanceEvent ( ::CodeBuilderPerformance::Stage stage)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fireEventScreenChanged()

MCAPI void MinecraftScreenModel::fireEventScreenChanged ( ::std::string const & screenName,
::std::unordered_map<::std::string, ::std::string > const & additionalProperties )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fireEventUserListUpdated()

MCAPI void MinecraftScreenModel::fireEventUserListUpdated ( ::std::string const & productId,
::std::string const & listId,
::std::string const & operation,
bool success )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fireSignOutEdu()

MCAPI void MinecraftScreenModel::fireSignOutEdu ( ::std::string const & action,
::std::string const & error ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ fulfillPriorEduPurchase()

MCAPI bool MinecraftScreenModel::fulfillPriorEduPurchase ( ::std::weak_ptr<::Purchase > purchase,
::std::unique_ptr<::TransactionContext > context )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ generateFilePickerSettingsForAlbum()

MCAPI ::std::shared_ptr<::FilePickerSettings > MinecraftScreenModel::generateFilePickerSettingsForAlbum ( ::PDFOptions const & options,
::std::string const & defaultOutName )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ generateFilePickerSettingsForExport() [1/2]

MCAPI ::std::shared_ptr<::FilePickerSettings > MinecraftScreenModel::generateFilePickerSettingsForExport ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ generateFilePickerSettingsForExport() [2/2]

MCAPI ::std::shared_ptr<::FilePickerSettings > MinecraftScreenModel::generateFilePickerSettingsForExport ( ::std::string const & levelId,
::std::string const & levelName,
::FileArchiver::ExportType type )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getAchievementData()

MCAPI::PlayerAchievementData const & MinecraftScreenModel::getAchievementData ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getActiveDirectoryIdentity()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity const > MinecraftScreenModel::getActiveDirectoryIdentity ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getBuildDateISOString()

MCAPI::std::string MinecraftScreenModel::getBuildDateISOString ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getClubFeed()

MCAPI void MinecraftScreenModel::getClubFeed ( ::std::string const & clubID,
::std::function< void(::Clubs::ActivityFeed, ::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getClubProfile()

MCAPI void MinecraftScreenModel::getClubProfile ( ::std::string const & clubId,
::std::function< void(::Clubs::ClubModel, ::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getClubUnreadCount()

MCAPI void MinecraftScreenModel::getClubUnreadCount ( ::std::string const & clubId,
::std::function< void(int, ::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getClubUnreadCounts()

MCAPI void MinecraftScreenModel::getClubUnreadCounts ( ::std::vector<::std::string > const & clubIds,
::std::function< void(::std::map<::std::string, int >, ::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCommands()

MCAPI::MinecraftCommands & MinecraftScreenModel::getCommands ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getContentLogMessages()

MCAPI ::std::vector<::ContentLogMessage > const & MinecraftScreenModel::getContentLogMessages ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getContentTierInfo()

MCAPI::ContentTierInfo MinecraftScreenModel::getContentTierInfo ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCurrentRealm()

MCAPI::Realms::World & MinecraftScreenModel::getCurrentRealm ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCurrentXUID()

MCAPI::std::string MinecraftScreenModel::getCurrentXUID ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCustomSkinHandle()

MCAPI::SkinHandle MinecraftScreenModel::getCustomSkinHandle ( ::DefaultSkin skinType) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCustomSkinIndex()

MCAPI int MinecraftScreenModel::getCustomSkinIndex ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getDimensionWireframeQueue()

MCAPI::WireframeQueue * MinecraftScreenModel::getDimensionWireframeQueue ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getDisplayName()

MCAPI::std::string MinecraftScreenModel::getDisplayName ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getEDUCloudSaveSystem()

MCAPI ::Bedrock::NonOwnerPointer<::EduCloud::IEduCloudSaveSystem > MinecraftScreenModel::getEDUCloudSaveSystem ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getEDUDiscoveryService()

MCAPI::IEDUDiscoveryService & MinecraftScreenModel::getEDUDiscoveryService ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getEDUServicePackProgress()

MCAPI float MinecraftScreenModel::getEDUServicePackProgress ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getEduOfferPrice()

MCAPI::std::string MinecraftScreenModel::getEduOfferPrice ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getEducationLevelSettings()

MCAPI::EducationLevelSettings const * MinecraftScreenModel::getEducationLevelSettings ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getGameConnectionInfo()

MCAPI ::std::optional<::Social::GameConnectionInfo > MinecraftScreenModel::getGameConnectionInfo ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getGameConnectionListener()

MCAPI::IGameConnectionListener const & MinecraftScreenModel::getGameConnectionListener ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getHitResult()

MCAPI::HitResult & MinecraftScreenModel::getHitResult ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getHotbarSlotCount()

MCAPI int MinecraftScreenModel::getHotbarSlotCount ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getImageLocationFromImageRepository()

MCAPI::ResourceLocation const & MinecraftScreenModel::getImageLocationFromImageRepository ( ::std::string const & imageName) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getIsWaitingForSession()

MCAPI bool MinecraftScreenModel::getIsWaitingForSession ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLevelData() [1/2]

MCAPI::LevelData * MinecraftScreenModel::getLevelData ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLevelData() [2/2]

MCAPI::LevelData * MinecraftScreenModel::getLevelData ( ::std::string const & levelID)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLinkedPlatformIds()

MCAPI void MinecraftScreenModel::getLinkedPlatformIds ( ::std::function< void(::std::string, ::std::string)> callback,
::std::vector<::std::string > const & xuids ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLinkedXuids()

MCAPI void MinecraftScreenModel::getLinkedXuids ( ::std::function< void(::std::string, ::std::string)> callback,
::std::vector<::std::string > const & platformIds ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLocalPlayerEntityID()

MCAPI::ActorUniqueID MinecraftScreenModel::getLocalPlayerEntityID ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLocalizedStoreDisplayName()

MCAPI::std::string MinecraftScreenModel::getLocalizedStoreDisplayName ( ::std::string const & storeId)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getMarketplacePassPrice()

MCAPI::std::string MinecraftScreenModel::getMarketplacePassPrice ( ::std::string const & productSku,
::std::string const & caymanId ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getMaxPlatformInvitablePlayers()

MCAPI uint MinecraftScreenModel::getMaxPlatformInvitablePlayers ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getNetworkInfoStringInGame()

MCAPI::std::string MinecraftScreenModel::getNetworkInfoStringInGame ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getNewJukeboxPopupItemText()

MCAPI bool MinecraftScreenModel::getNewJukeboxPopupItemText ( ::std::string & newText,
bool & isCreative )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getNewPopupItemText()

MCAPI bool MinecraftScreenModel::getNewPopupItemText ( ::std::string & newText,
bool & isCreative )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getNextAvailableSubscriptionInfo()

MCAPI::SDL::SubscriptionInfo const & MinecraftScreenModel::getNextAvailableSubscriptionInfo ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getOptions()

MCAPI::IOptions & MinecraftScreenModel::getOptions ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getOrCreateWebviewInterface()

MCAPI ::std::shared_ptr<::WebviewInterface > MinecraftScreenModel::getOrCreateWebviewInterface ( ::WebviewInterfaceType interfaceType)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPlatformFriendProfiles()

MCAPI void MinecraftScreenModel::getPlatformFriendProfiles ( ::std::function< void(::std::vector<::Social::PlatformUserProfileData > const &)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPlatformProfile()

MCAPI void MinecraftScreenModel::getPlatformProfile ( ::std::string const & platformId,
::std::function< void(::Social::PlatformUserProfileData &)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPointerX()

MCAPI short MinecraftScreenModel::getPointerX ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPointerY()

MCAPI short MinecraftScreenModel::getPointerY ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getProfiles()

MCAPI void MinecraftScreenModel::getProfiles ( ::std::vector<::std::string > const & xuids,
::std::function< void(::std::vector<::Social::XboxLiveUserProfileData const * > const &)> batchedCollectionCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRandomSearchTermUsingCategory()

MCAPI::std::string MinecraftScreenModel::getRandomSearchTermUsingCategory ( ::StoreCatalogCategory const & category) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRealmWorldBackups()

MCAPI void MinecraftScreenModel::getRealmWorldBackups ( ::Realms::RealmId worldId,
::std::function< void(::Realms::GenericStatus, ::std::vector<::Realms::Backup >)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRealmsInvitesService()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::Realms::InvitesService > MinecraftScreenModel::getRealmsInvitesService ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRealmsWorld()

MCAPI void MinecraftScreenModel::getRealmsWorld ( ::Realms::RealmId worldId,
::std::function< void(::Realms::GenericStatus, ::Realms::World)> callback,
bool userWaiting )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRealmsWorldCache()

MCAPI ::std::shared_ptr<::Realms::WorldCache > MinecraftScreenModel::getRealmsWorldCache ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRealmsWorldContextWorld()

MCAPI::Realms::World MinecraftScreenModel::getRealmsWorldContextWorld ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getReportedFeedItem()

MCAPI void MinecraftScreenModel::getReportedFeedItem ( ::Clubs::ReportedItem const & reportedItem,
::std::function< void(::Clubs::ReportedItem const &, ::Clubs::FeedItem, ::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getReportedItemPaths()

MCAPI void MinecraftScreenModel::getReportedItemPaths ( ::std::string const & clubId,
::std::function< void(::std::vector<::Clubs::ReportedItem >, ::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getScreenName()

MCAPI::std::string MinecraftScreenModel::getScreenName ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getScreenTelemetry()

MCAPI::std::string MinecraftScreenModel::getScreenTelemetry ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getScreenshotPath()

MCAPI ::Core::PathBuffer<::std::string > MinecraftScreenModel::getScreenshotPath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSessionConfigFilterCollections()

MCAPI ::std::vector<::StoreFilter::FilterCollectionInfo > const & MinecraftScreenModel::getSessionConfigFilterCollections ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSessionConfigKnownPageKeyValue()

MCAPI::std::string MinecraftScreenModel::getSessionConfigKnownPageKeyValue ( ::std::string const & pageId) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSimPaused()

MCAPI bool MinecraftScreenModel::getSimPaused ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSplitscreenJoinText()

MCAPI::std::string MinecraftScreenModel::getSplitscreenJoinText ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getStoreContentSources()

MCAPI::StoreContentSources MinecraftScreenModel::getStoreContentSources ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getStoreHasRealmsProducts()

MCAPI bool MinecraftScreenModel::getStoreHasRealmsProducts ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getStoreId()

MCAPI::std::string MinecraftScreenModel::getStoreId ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getSubscriptionFullPriceInfo()

MCAPI::SDL::SubscriptionInfo const & MinecraftScreenModel::getSubscriptionFullPriceInfo ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getThirdPartyDisplayPicture()

MCAPI void MinecraftScreenModel::getThirdPartyDisplayPicture ( ::std::string const & playerId,
::std::function< void(::Core::Path const &)> callback,
bool isLocal )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getTipText()

MCAPI bool MinecraftScreenModel::getTipText ( ::std::string & text)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getUserMemberOfWorldsCount()

MCAPI void MinecraftScreenModel::getUserMemberOfWorldsCount ( ::std::function< void(::Realms::GenericStatus, bool)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getUuidsInLobby()

MCAPI ::std::vector<::std::string > MinecraftScreenModel::getUuidsInLobby ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getVersionString()

MCAPI::std::string MinecraftScreenModel::getVersionString ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getWebviewInterface()

MCAPI ::std::shared_ptr<::WebviewInterface > MinecraftScreenModel::getWebviewInterface ( ::WebviewInterfaceType interfaceType)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getWorldConverterDevVersionNumberString()

MCAPI::std::string MinecraftScreenModel::getWorldConverterDevVersionNumberString ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getWorldLoadingState()

MCAPI::LoadingState MinecraftScreenModel::getWorldLoadingState ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ goToExternalPlatformOffer()

MCAPI::PurchaseResult MinecraftScreenModel::goToExternalPlatformOffer ( ::std::string const & offerId,
::std::function< void(bool)> finishedExternalCoinPurchase,
::std::function< void(bool, int)> boughtEnoughCoinsCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasExternalCoinPurchases()

MCAPI bool MinecraftScreenModel::hasExternalCoinPurchases ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasInteractButton()

MCAPI bool MinecraftScreenModel::hasInteractButton ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasLocalDeviceEntitlements()

MCAPI bool MinecraftScreenModel::hasLocalDeviceEntitlements ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasPlatformIcons()

MCAPI bool MinecraftScreenModel::hasPlatformIcons ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasPlatformProfileCards()

MCAPI bool MinecraftScreenModel::hasPlatformProfileCards ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ignoreReportedFeedItem()

MCAPI void MinecraftScreenModel::ignoreReportedFeedItem ( ::Clubs::ReportedItem const & activityItem,
::std::string const & reason,
::std::string const & clubId,
::std::function< void(::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ initializeRealmsWorld()

MCAPI void MinecraftScreenModel::initializeRealmsWorld ( ::Realms::RealmId worldId,
::std::string const & name,
::std::string const & description,
::std::function< void(::Realms::GenericStatus, ::Realms::FailureReason)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isBanned()

MCAPI bool MinecraftScreenModel::isBanned ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isCreative()

MCAPI bool MinecraftScreenModel::isCreative ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isCrossPlatformPlayEnabled()

MCAPI bool MinecraftScreenModel::isCrossPlatformPlayEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isDeviceBeingSunset()

MCAPI bool MinecraftScreenModel::isDeviceBeingSunset ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isDeviceSunset()

MCAPI bool MinecraftScreenModel::isDeviceSunset ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isDisconnectedFromNEX()

MCAPI bool MinecraftScreenModel::isDisconnectedFromNEX ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isDisconnectedFromPSN()

MCAPI bool MinecraftScreenModel::isDisconnectedFromPSN ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isEditorModeEnabled()

MCAPI bool MinecraftScreenModel::isEditorModeEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isEduDemo()

MCAPI bool MinecraftScreenModel::isEduDemo ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isEduMode()

MCAPI bool MinecraftScreenModel::isEduMode ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isFeatureEnabled()

MCAPI bool MinecraftScreenModel::isFeatureEnabled ( ::MinecraftGameFeatures feature) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isHotbarOnlyTouch()

MCAPI bool MinecraftScreenModel::isHotbarOnlyTouch ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isInputModeTouch()

MCAPI bool MinecraftScreenModel::isInputModeTouch ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isInviteEnabled()

MCAPI bool MinecraftScreenModel::isInviteEnabled ( ::Social::MultiplayerServiceIdentifier serviceIdentifier) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isLeftHanded()

MCAPI bool MinecraftScreenModel::isLeftHanded ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isMultiplayerAllowed()

MCAPI::Social::PermissionCheckResult MinecraftScreenModel::isMultiplayerAllowed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isNetworkAvailable()

MCAPI bool MinecraftScreenModel::isNetworkAvailable ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isOnSceneStack()

MCAPI bool MinecraftScreenModel::isOnSceneStack ( ::std::string const & screenName)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isOperator()

MCAPI bool MinecraftScreenModel::isOperator ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isOreUIModerationEnabled()

MCAPI bool MinecraftScreenModel::isOreUIModerationEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isPlatformInviteEnabled()

MCAPI bool MinecraftScreenModel::isPlatformInviteEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isPlatformThirdPartyConsole()

MCAPI bool MinecraftScreenModel::isPlatformThirdPartyConsole ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isPremiumOwnedMissing()

MCAPI bool MinecraftScreenModel::isPremiumOwnedMissing ( ::PackIdVersion const & id,
::ContentIdentity const & contentIdentity ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isPremiumPlatformAccessRequiredForMatchmaking()

MCAPI bool MinecraftScreenModel::isPremiumPlatformAccessRequiredForMatchmaking ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRealmLevel()

MCAPI bool MinecraftScreenModel::isRealmLevel ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRealmOwner()

MCAPI bool MinecraftScreenModel::isRealmOwner ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRealmsEditWorldOreUIFeatureOn()

MCAPI bool MinecraftScreenModel::isRealmsEditWorldOreUIFeatureOn ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRealmsEnabled()

MCAPI bool MinecraftScreenModel::isRealmsEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRealmsInitialized()

MCAPI bool MinecraftScreenModel::isRealmsInitialized ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isResourceLoadingFinished()

MCAPI bool MinecraftScreenModel::isResourceLoadingFinished ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isRiding()

MCAPI bool MinecraftScreenModel::isRiding ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isServiceMultiplayerEnabled()

MCAPI bool MinecraftScreenModel::isServiceMultiplayerEnabled ( ::Social::MultiplayerServiceIdentifier serviceID) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isServicesLocalizationReady()

MCAPI bool MinecraftScreenModel::isServicesLocalizationReady ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSessionConfigAndLocalizationReady()

MCAPI bool MinecraftScreenModel::isSessionConfigAndLocalizationReady ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSessionConfigRetrievalDelayed()

MCAPI bool MinecraftScreenModel::isSessionConfigRetrievalDelayed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSessionInfoValid()

MCAPI bool MinecraftScreenModel::isSessionInfoValid ( ::Social::MultiplayerServiceIdentifier serviceID) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignInInProgress()

MCAPI bool MinecraftScreenModel::isSignInInProgress ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignedInToAdhoc()

MCAPI bool MinecraftScreenModel::isSignedInToAdhoc ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignedInToNEX()

MCAPI bool MinecraftScreenModel::isSignedInToNEX ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignedInToPSN()

MCAPI bool MinecraftScreenModel::isSignedInToPSN ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignedInToPlayFabOfflineAndNetworkDisconnected()

MCAPI bool MinecraftScreenModel::isSignedInToPlayFabOfflineAndNetworkDisconnected ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignedInToPlayfab()

MCAPI bool MinecraftScreenModel::isSignedInToPlayfab ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isSignedInToXBL()

MCAPI bool MinecraftScreenModel::isSignedInToXBL ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isUITTSEnabled()

MCAPI bool MinecraftScreenModel::isUITTSEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isUnableToShowXBLLogo()

MCAPI bool MinecraftScreenModel::isUnableToShowXBLLogo ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isValidRealmName()

MCAPI bool MinecraftScreenModel::isValidRealmName ( ::std::string name)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ joinEDUDiscoveredWorld()

MCAPI void MinecraftScreenModel::joinEDUDiscoveredWorld ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ joinRealmFromInvite()

MCAPI void MinecraftScreenModel::joinRealmFromInvite ( ::Realms::World world)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ joinRealmsWorld()

MCAPI void MinecraftScreenModel::joinRealmsWorld ( ::Realms::World world,
::std::function< void(::Social::GameConnectionInfo const &, bool)> successCallback,
::std::function< void(::Realms::GenericStatus, ::RealmsAPI::JoinStatus, ::Realms::FailureReason)> failCallback,
::std::function< void(int)> retryCallback,
::IMinecraftEventing::RealmConnectionFlow realmConnectionFlow,
::std::function< void(::IMinecraftEventing::RealmConnectionFlow)> broadcastConnectionEventRealmsRequestFunction,
::std::function< void(::IMinecraftEventing::RealmConnectionFlow, ::Bedrock::Http::StatusCode)> broadcastConnectionEventRealmsResponseFunction )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ launchEduUri()

MCAPI void MinecraftScreenModel::launchEduUri ( ::std::string const & baseUrl)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ launchManageSubscriptions()

MCAPI bool MinecraftScreenModel::launchManageSubscriptions ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ launchStore()

MCAPI bool MinecraftScreenModel::launchStore ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ launchUri()

MCAPI void MinecraftScreenModel::launchUri ( ::std::string const & uri)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ launchUserGeneratedUri()

MCAPI void MinecraftScreenModel::launchUserGeneratedUri ( ::std::string const & uri,
::UserGeneratedUriSource source,
bool recordEvent )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ leaveRealmsWorld()

MCAPI void MinecraftScreenModel::leaveRealmsWorld ( ::Realms::RealmId worldId,
::std::function< void(::Realms::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ loadStoreDataDrivenScreenFromSidebar()

MCAPI void MinecraftScreenModel::loadStoreDataDrivenScreenFromSidebar ( ::StoreDataDrivenScreenParams & params)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ makeBackupOfLevel()

MCAPI void MinecraftScreenModel::makeBackupOfLevel ( ::LevelSummary const & editedLevel)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ multiplayerLostConnectionToSignalingService()

MCAPI bool MinecraftScreenModel::multiplayerLostConnectionToSignalingService ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToControlCustomizationScreen()

MCAPI void MinecraftScreenModel::navigateToControlCustomizationScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToDevConsole()

MCAPI void MinecraftScreenModel::navigateToDevConsole ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToEduHomeScreen()

MCAPI void MinecraftScreenModel::navigateToEduHomeScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToFeedScreen()

MCAPI void MinecraftScreenModel::navigateToFeedScreen ( ::Realms::World const & world)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToFeedbackPopup()

MCAPI void MinecraftScreenModel::navigateToFeedbackPopup ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToInviteScreen()

MCAPI void MinecraftScreenModel::navigateToInviteScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToModalProgressScreen()

MCAPI void MinecraftScreenModel::navigateToModalProgressScreen ( ::std::string const & uniqueEventName,
::std::unique_ptr<::ProgressHandler > progressHandler,
bool forceRenderBelow,
::std::string const & screenNameOverride,
bool isCancellable )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToOptionsScreen()

MCAPI void MinecraftScreenModel::navigateToOptionsScreen ( ::SettingsTabIndex startingTabIndex,
bool navToMenuOnExit,
bool maintainOldFocus,
::std::string const & initialPackId )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToPlatformNetworkConnectConfirmationScreen()

MCAPI void MinecraftScreenModel::navigateToPlatformNetworkConnectConfirmationScreen ( ::std::function< void(bool)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToPlatformStoreConnectConfirmationScreen()

MCAPI void MinecraftScreenModel::navigateToPlatformStoreConnectConfirmationScreen ( ::std::function< void(bool)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToRealmsSlotSettingsScreen()

MCAPI void MinecraftScreenModel::navigateToRealmsSlotSettingsScreen ( ::Realms::World const & world)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToRealmsSlotsScreen()

MCAPI void MinecraftScreenModel::navigateToRealmsSlotsScreen ( ::Realms::World const & worldWithoutSlotInfo)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToSkinPickerScreen()

MCAPI void MinecraftScreenModel::navigateToSkinPickerScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToStartScreen()

MCAPI void MinecraftScreenModel::navigateToStartScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToStoreHomeScreen()

MCAPI void MinecraftScreenModel::navigateToStoreHomeScreen ( ::std::string const & title)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToTokenFAQScreen()

MCAPI void MinecraftScreenModel::navigateToTokenFAQScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToTokenPopupScreen()

MCAPI void MinecraftScreenModel::navigateToTokenPopupScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ navigateToUpdateWorldHeightScreen()

MCAPI void MinecraftScreenModel::navigateToUpdateWorldHeightScreen ( ::std::function< void(bool)> startWorldCallback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ needPlatformConnectionBeforeXBLSignIn()

MCAPI bool MinecraftScreenModel::needPlatformConnectionBeforeXBLSignIn ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ needPlatformConnectionForSplitScreenMultiplayer()

MCAPI bool MinecraftScreenModel::needPlatformConnectionForSplitScreenMultiplayer ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ openBannedModal()

MCAPI void MinecraftScreenModel::openBannedModal ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ openRealmsWorld()

MCAPI void MinecraftScreenModel::openRealmsWorld ( ::Realms::RealmId worldId,
::std::function< void(::Realms::GenericStatus)> callback,
::std::function< void(int)> retryCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ pickCustomSkin()

MCAPI void MinecraftScreenModel::pickCustomSkin ( ::std::function< void(::PickCustomSkinResult)> callback) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ prepareToNavigateToGamePlayScreen()

MCAPI void MinecraftScreenModel::prepareToNavigateToGamePlayScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ purchaseEduLicense()

MCAPI bool MinecraftScreenModel::purchaseEduLicense ( ::std::unique_ptr<::TransactionContext > context)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ pushToast()

MCAPI void MinecraftScreenModel::pushToast ( ::ToastMessage message)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ rebindKeys()

MCAPI void MinecraftScreenModel::rebindKeys ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ refreshCurrentRealmWorldInfo()

MCAPI void MinecraftScreenModel::refreshCurrentRealmWorldInfo ( ::std::function< void(::Realms::GenericStatus, ::Realms::World const &)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ removeFromRealmsBlocklist()

MCAPI void MinecraftScreenModel::removeFromRealmsBlocklist ( ::Realms::RealmId worldId,
::std::string const & xuid,
::std::function< void(::Realms::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ requestPlayerPermissions()

MCAPI void MinecraftScreenModel::requestPlayerPermissions ( ::LayeredAbilities const & abilities,
::ActorUniqueID playerId )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ requiresXBLSigninToPlay()

MCAPI bool MinecraftScreenModel::requiresXBLSigninToPlay ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ resetActiveDirectoryAuthenticationState()

MCAPI void MinecraftScreenModel::resetActiveDirectoryAuthenticationState ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ resetRealmsWorld()

MCAPI void MinecraftScreenModel::resetRealmsWorld ( ::Realms::RealmId worldId,
::std::function< void(::Realms::GenericStatus)> callback,
::std::function< void(int)> retryCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ resetRealmsWorldContext()

MCAPI void MinecraftScreenModel::resetRealmsWorldContext ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ restoreRealmWorldBackup()

MCAPI void MinecraftScreenModel::restoreRealmWorldBackup ( ::Realms::RealmId worldId,
::std::string backupId,
::std::function< void(int)> retryCallback,
::std::function< void(::Realms::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ saveLevelData()

MCAPI void MinecraftScreenModel::saveLevelData ( ::std::string const & levelId,
::LevelData const & data )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ scheduleCheckUserStorageAsync()

MCAPI void MinecraftScreenModel::scheduleCheckUserStorageAsync ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendPurchaseReceiptsToServer()

MCAPI void MinecraftScreenModel::sendPurchaseReceiptsToServer ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendSettingsCommandPacket()

MCAPI void MinecraftScreenModel::sendSettingsCommandPacket ( ::std::string const & command,
bool supressOutput )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ sendTrialWelcomeMessage()

MCAPI void MinecraftScreenModel::sendTrialWelcomeMessage ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ serverPermissionOpenChat()

MCAPI bool MinecraftScreenModel::serverPermissionOpenChat ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setActiveDirectoryAuthenticationStateComplete()

MCAPI void MinecraftScreenModel::setActiveDirectoryAuthenticationStateComplete ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setActiveDirectoryDemoVersion()

MCAPI void MinecraftScreenModel::setActiveDirectoryDemoVersion ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setActiveSlot()

MCAPI void MinecraftScreenModel::setActiveSlot ( ::Realms::RealmId worldId,
int slotIndex,
::std::function< void(::Realms::GenericStatus, ::Realms::FailureReason)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setClubProfile()

MCAPI void MinecraftScreenModel::setClubProfile ( ::Clubs::ClubModel const & model,
::std::function< void(::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setEducationLocalLevelSettings()

MCAPI void MinecraftScreenModel::setEducationLocalLevelSettings ( ::EducationLocalLevelSettings const & settings)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setIsCheckoutInProgress()

MCAPI void MinecraftScreenModel::setIsCheckoutInProgress ( bool isCheckoutInProgress)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setIsInGameBrowsing()

MCAPI void MinecraftScreenModel::setIsInGameBrowsing ( bool isInGameBrowsing)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setLanguage()

MCAPI void MinecraftScreenModel::setLanguage ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setLastSelectedSlot()

MCAPI void MinecraftScreenModel::setLastSelectedSlot ( int slot,
::ContainerID containerId )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setNumberOfOwnedRealms()

MCAPI void MinecraftScreenModel::setNumberOfOwnedRealms ( int number)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setPlayerGameType()

MCAPI void MinecraftScreenModel::setPlayerGameType ( ::GameType const & gameType)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setRealmsWorldInfo()

MCAPI void MinecraftScreenModel::setRealmsWorldInfo ( ::Realms::World world,
int difficulty,
bool allowCheats,
::std::function< void(::Realms::GenericStatus, ::Realms::FailureReason)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setShareData()

MCAPI void MinecraftScreenModel::setShareData ( ::std::string shareTitle,
::std::string shareText,
::std::string shareUri )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setSimPaused()

MCAPI void MinecraftScreenModel::setSimPaused ( bool paused)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setViewedFeedItem()

MCAPI void MinecraftScreenModel::setViewedFeedItem ( ::Clubs::FeedItem const & activityItem,
::Realms::RealmId realmId,
::std::string const & clubId,
bool viewed,
::std::function< void(::Clubs::GenericStatus)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ shouldShowThirdPartyDisconnected()

MCAPI bool MinecraftScreenModel::shouldShowThirdPartyDisconnected ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ shouldShowVersionUpdateScreen()

MCAPI bool MinecraftScreenModel::shouldShowVersionUpdateScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ showFriendFinder()

MCAPI void MinecraftScreenModel::showFriendFinder ( ::std::function< void()> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ showSignInButton()

MCAPI bool MinecraftScreenModel::showSignInButton ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ showStoreFeaturesDisabledWhenSignedOutScreen()

MCAPI void MinecraftScreenModel::showStoreFeaturesDisabledWhenSignedOutScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ signIn()

MCAPI void MinecraftScreenModel::signIn ( ::std::function< void()> connectionCompleteCallback,
::Social::IdentitySignInTrigger signInTrigger,
::std::string const & signInSource,
::std::function< void(::Social::MultiIdentitySigninResult)> signInCompleteCallback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ signOut()

MCAPI void MinecraftScreenModel::signOut ( ::std::function< void(::Identity::SignOutResult)> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ silentSignin()

MCAPI void MinecraftScreenModel::silentSignin ( ::Social::IdentitySignInTrigger signInTrigger,
::std::string const & signInSource,
::std::function< void(::Social::MultiIdentitySigninResult)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ startExternalNetworkWorld()

MCAPI void MinecraftScreenModel::startExternalNetworkWorld ( ::std::string const & serverName,
::std::string const & ipAddress,
int port )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ startLocalServerAsync() [1/2]

MCAPI void MinecraftScreenModel::startLocalServerAsync ( ::LevelSummary const & levelSummary,
::LevelSettings const & levelSettings )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ startLocalServerAsync() [2/2]

MCAPI void MinecraftScreenModel::startLocalServerAsync ( ::std::string const & levelId,
::std::string levelName,
::LevelSettings const & settings )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ supportsTTSLanguage()

MCAPI bool MinecraftScreenModel::supportsTTSLanguage ( ::std::string const & languageCode) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ takeScreenshotForUploading()

MCAPI ::Bedrock::Threading::Async<::Core::PathBuffer<::std::string > > MinecraftScreenModel::takeScreenshotForUploading ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tryNavigateToXblImmediateSignInScreen_DEPRECATED()

MCAPI bool MinecraftScreenModel::tryNavigateToXblImmediateSignInScreen_DEPRECATED ( ::std::string const & signInSource,
::std::function< void()> callBackAfterSignIn,
::std::function< void()> callBackAfterCancel )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ updateEDUServicePackSystem()

MCAPI bool MinecraftScreenModel::updateEDUServicePackSystem ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ updateRealmsAllowList()

MCAPI void MinecraftScreenModel::updateRealmsAllowList ( ::Realms::RealmId worldId,
::std::string const & currentUserXuid,
::std::map<::std::string, ::RealmsAPI::InviteAction > xuidList,
::std::function< void(::Realms::GenericStatus, ::Realms::World)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ wasSessionCreated()

MCAPI bool MinecraftScreenModel::wasSessionCreated ( ::Social::MultiplayerServiceIdentifier serviceID) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ mSceneInstanceCounter()

MCAPI uint & MinecraftScreenModel::mSceneInstanceCounter ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void MinecraftScreenModel::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $navigateToDisconnectScreen()

MCAPI void MinecraftScreenModel::$navigateToDisconnectScreen ( ::Connection::DisconnectFailReason reason,
::std::string const & displayMessageOverride )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $tryNavigateToProfileScreen()

MCAPI bool MinecraftScreenModel::$tryNavigateToProfileScreen ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $tryNavigateToSafeZoneScreenOnFirstSignin()

MCAPI bool MinecraftScreenModel::$tryNavigateToSafeZoneScreenOnFirstSignin ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $navigateToStoreDataDrivenScreen()

MCAPI void MinecraftScreenModel::$navigateToStoreDataDrivenScreen ( ::StoreDataDrivenScreenParams const & params,
bool forceDisableProgressScreen )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $leaveScreen()

MCAPI bool MinecraftScreenModel::$leaveScreen ( ::std::string expectedScreenName,
bool onlyThis )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isInGame()

MCAPI bool MinecraftScreenModel::$isInGame ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isSelectedSkinInitialized()

MCAPI bool MinecraftScreenModel::$isSelectedSkinInitialized ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSubClientId()

MCAPI::SubClientId MinecraftScreenModel::$getSubClientId ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $platformTTSExists()

MCAPI bool MinecraftScreenModel::$platformTTSExists ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDlcBatchModel() [1/3]

MCAPI::IDlcBatchModel & MinecraftScreenModel::$getDlcBatchModel ( ::std::vector<::DlcId > const & dlcIds)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDlcBatchModel() [2/3]

MCAPI::IDlcBatchModel & MinecraftScreenModel::$getDlcBatchModel ( ::std::vector<::std::string > const & productIds)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDlcBatchModel() [3/3]

MCAPI::IDlcBatchModel & MinecraftScreenModel::$getDlcBatchModel ( ::std::vector<::PackIdVersion > const & packIds)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getStoreCatalogRepository()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository > MinecraftScreenModel::$getStoreCatalogRepository ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getStoreNetworkFailureTimeout()

MCAPI float MinecraftScreenModel::$getStoreNetworkFailureTimeout ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isAdhocEnabled()

MCAPI bool MinecraftScreenModel::$isAdhocEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isDirty()

MCAPI bool MinecraftScreenModel::$isDirty ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSelectedSkinHandle()

MCAPI::SkinHandle const & MinecraftScreenModel::$getSelectedSkinHandle ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUserManager() [1/2]

MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager > MinecraftScreenModel::$getUserManager ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUserManager() [2/2]

MCAPI ::Bedrock::NotNullNonOwnerPtr<::Social::IUserManager > const MinecraftScreenModel::$getUserManager ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLastPoppedScreenName()

MCAPI::std::string const & MinecraftScreenModel::$getLastPoppedScreenName ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** IDlcBatcher::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following files: