|
LeviLamina
|
Inheritance diagram for ClientInstanceScreenModel:Public Types | |
| enum class | FriendsDrawerLocation : uint |
Public Member Functions | |
| ClientInstanceScreenModel & | operator= (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<::MinecartCommandBlockManager > | createCommandBlockManager (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 | findStructure (::StructureEditorData &structureData) |
| MCAPI bool | forceAllowEating () 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::ItemStack const & | getOffhandSlot () const |
| MCAPI int | getPlayerArmorValue () const |
| MCAPI ::std::unique_ptr<::CommandOrigin > | getPlayerCommandOrigin () const |
| MCAPI::BlockSource * | getPlayerRegion () const |
| MCAPI::ItemStack const & | getSelectedItem () const |
| MCAPI ::Bedrock::Threading::Async<::ResourceLocation > | getThirdPartyGamerpic (::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<::MinecraftglTFExporter > | initiateStructureModelExport (::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 (::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) |
Static Public Member Functions | |
| static MCAPI void ** | $vftableForIDlcBatcher () |
| static MCAPI void ** | $vftableForIMinecraftScreenModel () |
Public Attributes | |
| ::ll::UntypedStorage< 8, 64 > | mUnk9dc14b |
|
explicit |
| MCAPI void ClientInstanceScreenModel::addPhotoToPortfolio | ( | ::std::string const & | photoName, |
| ::std::string const & | newPhotoName ) |
| MCAPI bool ClientInstanceScreenModel::canCollectFromCauldron | ( | ::BlockPos const & | blockPos | ) | const |
| MCAPI bool ClientInstanceScreenModel::canEmptyIntoCauldron | ( | ::BlockPos const & | blockPos | ) | const |
| MCAPI bool ClientInstanceScreenModel::canPlaceHeldBlock | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::canPlaceHeldItem | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::canPlaceWaterlily | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::canTipArrows | ( | ::BlockPos const & | blockPos | ) | const |
| MCAPI bool ClientInstanceScreenModel::canUseReed | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::canUseSeed | ( | ) | const |
| MCAPI void ClientInstanceScreenModel::clearTitleMessages | ( | ) |
| MCAPI ::std::unique_ptr<::MinecartCommandBlockManager > ClientInstanceScreenModel::createCommandBlockManager | ( | bool | isMinecart, |
| ::BlockPos | pos, | ||
| ::ActorUniqueID | entityUniqueID ) |
| MCAPI void ClientInstanceScreenModel::createPhotoItem | ( | ::PhotoRecord const & | record | ) |
| MCAPI void ClientInstanceScreenModel::displaySystemMessage | ( | ::std::string const & | message, |
| ::std::string const & | ttsMessage, | ||
| ::ProfanityFilterContext | profanityFilterContext ) |
| MCAPI float ClientInstanceScreenModel::distanceSqrFromPlayerToBlockCenter | ( | ::Vec3 const & | pos | ) |
| MCAPI::ChatMessageRestrictions ClientInstanceScreenModel::executeCommand | ( | ::std::string const & | commandLine | ) |
| MCAPI bool ClientInstanceScreenModel::findStructure | ( | ::StructureEditorData & | structureData | ) |
| MCAPI bool ClientInstanceScreenModel::forceAllowEating | ( | ) | const |
| MCAPI::BlockActor * ClientInstanceScreenModel::getBlockEntity | ( | ::BlockPos const & | pos, |
| ::BlockActorType | blockEntityType ) |
| MCAPI::CoordinateCaptureType ClientInstanceScreenModel::getCoordinateCaptureType | ( | ) | const |
| MCAPI ::std::vector<::GuiMessage > & ClientInstanceScreenModel::getGuiMessageList | ( | ) |
| MCAPI::std::string ClientInstanceScreenModel::getInteractionText | ( | ) | const |
| MCAPI int ClientInstanceScreenModel::getItemNameOffset | ( | bool | showClassicUI, |
| bool | showSurvivalUI, | ||
| bool | showLocatorBar ) const |
| MCAPI::std::string const ClientInstanceScreenModel::getLastFilteredChatMessage | ( | ) |
| MCAPI::ItemStack const & ClientInstanceScreenModel::getOffhandSlot | ( | ) | const |
| MCAPI int ClientInstanceScreenModel::getPlayerArmorValue | ( | ) | const |
| MCAPI ::std::unique_ptr<::CommandOrigin > ClientInstanceScreenModel::getPlayerCommandOrigin | ( | ) | const |
| MCAPI::BlockSource * ClientInstanceScreenModel::getPlayerRegion | ( | ) | const |
| MCAPI::ItemStack const & ClientInstanceScreenModel::getSelectedItem | ( | ) | const |
| MCAPI ::Bedrock::Threading::Async<::ResourceLocation > ClientInstanceScreenModel::getThirdPartyGamerpic | ( | ::mce::UUID const & | playerId, |
| ::std::string const & | platformOnlineID ) const |
| MCAPI::TitleMessage const & ClientInstanceScreenModel::getTitleMessage | ( | ) | const |
| MCAPI float ClientInstanceScreenModel::getXToScreenRatio | ( | float | x | ) | const |
| MCAPI float ClientInstanceScreenModel::getYToScreenRatio | ( | float | y | ) | const |
| MCAPI::StructureTemplate * ClientInstanceScreenModel::importStructureBlock | ( | ::std::string const & | structureName, |
| ::Core::Path const & | filePath ) |
| MCAPI void ClientInstanceScreenModel::initiateGLBFileSave | ( | ::std::string const & | defaultName, |
| ::Core::Path const & | originPath, | ||
| ::std::function< void(bool)> | onComplete ) |
| MCAPI ::std::shared_ptr<::MinecraftglTFExporter > ClientInstanceScreenModel::initiateStructureModelExport | ( | ::BlockPos const & | position, |
| ::StructureEditorData const & | structureEditorData, | ||
| ::std::function< void(bool)> | onFileReady ) |
| MCAPI bool ClientInstanceScreenModel::isBossProperlyRegistered | ( | int | index | ) | const |
| MCAPI bool ClientInstanceScreenModel::isChatMute | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::isDimensionReady | ( | ) | const |
| MCAPI bool const ClientInstanceScreenModel::isHudElementVisible | ( | ::HudElement | hudElement | ) | const |
| MCAPI bool ClientInstanceScreenModel::isInteracting | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::isPlayerFlying | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::isPlayerHungry | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::isRemoteProfanityFilterEnabled | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::isTouchPressed | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::itemFrameFilled | ( | ::BlockPos const & | blockPos | ) | const |
| MCAPI void ClientInstanceScreenModel::makeStructureBlockRequest | ( | ::std::string const & | structureName, |
| ::BlockPos const & | structureBlockPosition, | ||
| ::StructureSettings const & | structureSettings, | ||
| ::StructureTemplateRequestOperation | exportOperation ) |
| MCAPI void ClientInstanceScreenModel::navigateToImmersiveReaderScreen | ( | ::std::string | readerText | ) |
| MCAPI void ClientInstanceScreenModel::navigateToLeaveLevelScreen | ( | bool | switchScreen | ) |
| MCAPI void ClientInstanceScreenModel::navigateToServerStoreScreen | ( | ) |
| MCAPI void ClientInstanceScreenModel::queryBossInfo | ( | ) | const |
| MCAPI void ClientInstanceScreenModel::registerNpcEventListener | ( | ::NpcEventListener & | listener | ) |
| MCAPI void ClientInstanceScreenModel::requestDisconnectPlayer | ( | ::std::string const & | userName | ) |
| MCAPI void ClientInstanceScreenModel::resetCanTakeScreenshot | ( | ) |
| MCAPI void ClientInstanceScreenModel::sendBlockEntityUpdatePacket | ( | ::BlockPos const & | pos | ) |
| MCAPI::ChatMessageRestrictions ClientInstanceScreenModel::sendChatMessage | ( | ::std::string const & | message | ) |
| MCAPI void ClientInstanceScreenModel::sendCommandBlockUpdatePacket | ( | ::BlockPos const & | pos | ) |
| MCAPI void ClientInstanceScreenModel::sendRespawnRequest | ( | ) | const |
| MCAPI void ClientInstanceScreenModel::setMenuPointerPressed | ( | bool | pressed | ) |
| MCAPI bool ClientInstanceScreenModel::shouldDisplayDaysPlayed | ( | ) | const |
| MCAPI bool ClientInstanceScreenModel::shouldDisplayPlayerPosition | ( | ) | const |
| MCAPI::Bedrock::PubSub::Subscription ClientInstanceScreenModel::subscribeToProfanityToggleEvent | ( | ::std::function< void(bool, bool)> | callback | ) |
| MCAPI bool ClientInstanceScreenModel::thirdPartyGamerpicAllowed | ( | ::mce::UUID const & | playerId | ) | const |
| MCAPI void ClientInstanceScreenModel::toggleChatMute | ( | ) |
| MCAPI bool ClientInstanceScreenModel::tryBroadcastGlobalPause | ( | bool | status | ) |
| MCAPI bool ClientInstanceScreenModel::tryGetAgentPosition | ( | ::BlockPos & | result | ) | const |
| MCAPI void ClientInstanceScreenModel::unregisterNpcEventListener | ( | ::NpcEventListener & | listener | ) |
| MCAPI void * ClientInstanceScreenModel::$ctor | ( | ::MinecraftScreenModel::Context | context | ) |
|
static |
|
static |