|
| virtual void | onStart (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | tick (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | onCancel (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | onExit (::MinecraftScreenModel &minecraftScreenModel) |
| virtual::LoadingState | getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const |
| virtual float | getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
| virtual::std::string | getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const |
|
virtual::std::string | getTTSProgressMessage () const |
|
virtual::std::string | getTitleText () const |
| virtual::std::string | getName () const |
|
MCAPI | WorldCopyProgressHandler (::std::string const &levelID, bool isEditorModeEnabled, ::std::function< void(::LevelData &)> setDataCallback, ::std::function< void(::WorldCopyProgressHandler::Result)> onCompleteCallback) |
|
MCAPI void * | $ctor (::std::string const &levelID, bool isEditorModeEnabled, ::std::function< void(::LevelData &)> setDataCallback, ::std::function< void(::WorldCopyProgressHandler::Result)> onCompleteCallback) |
|
MCAPI void | $dtor () |
|
MCAPI void | $onStart (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI void | $tick (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD void | $onCancel (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD void | $onExit (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD::LoadingState | $getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCAPI float | $getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCAPI::std::string | $getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCAPI::std::string | $getTTSProgressMessage () const |
|
MCAPI::std::string | $getTitleText () const |
|
MCAPI::std::string | $getName () const |
|
virtual void | onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const ¬ification) |
|
virtual void | onRetry (::MinecraftScreenModel &minecraftScreenModel) |
|
virtual void | addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const |
|
virtual::ProgressAnimation | showLoadingBar () const |
|
MCFOLD void | $onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const ¬ification) |
|
MCFOLD void | $onRetry (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD void | $addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const |
|
MCFOLD::ProgressAnimation | $showLoadingBar () const |
|
|
::ll::TypedStorage< 8, 32, ::std::string > | mLevelID |
|
::ll::TypedStorage< 8, 32, ::std::string > | mNewWorldId |
|
::ll::TypedStorage< 8, 16, ::Bedrock::Threading::Async<::WorldCopyProgressHandler::Result > > | mCopyTaskHandle |
|
::ll::TypedStorage< 8, 64, ::std::function< void(::LevelData &)> > | mSetDataCallback |
|
::ll::TypedStorage< 8, 64, ::std::function< void(::WorldCopyProgressHandler::Result)> > | mOnCompleteCallback |
|
::ll::TypedStorage< 4, 4, ::std::atomic< float > > | mProgress |
|
::ll::TypedStorage< 4, 4, float > | mShownProgress |
|
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > | mStartTimestamp |
|
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > | mLastTickTimestamp |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::TaskGroup > > | mIOTaskGroup |
|
::ll::TypedStorage< 8, 32, ::std::string > | mBaseProgressMessage |
|
::ll::TypedStorage< 8, 32, ::std::string > | mTTSProgressMessage |
|
::ll::TypedStorage< 8, 32, ::std::string > | mTitleText |
|
::ll::TypedStorage< 4, 4, ::ProgressHandlerType const > | mType |
|
::ll::TypedStorage< 4, 4, ::ProgressAnimation > | mProgressAnimation |