|
| 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::std::string | getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const |
|
virtual::std::string | getTitleText () const |
| virtual::std::string | getName () const |
|
MCAPI | FileCopyProgressHandler (::std::string const &title, ::ResourceLocation const &srcPath, bool srcZip, ::Core::Path const &dstPath, bool zipDest, ::std::vector<::std::string > const &excludeDirs, ::std::function< void(bool)> callback) |
|
MCAPI void * | $ctor (::std::string const &title, ::ResourceLocation const &srcPath, bool srcZip, ::Core::Path const &dstPath, bool zipDest, ::std::vector<::std::string > const &excludeDirs, ::std::function< void(bool)> callback) |
|
MCAPI void | $dtor () |
|
MCAPI void | $onStart (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI void | $tick (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD void | $onCancel (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD void | $onExit (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI::LoadingState | $getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCFOLD::std::string | $getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCFOLD::std::string | $getTitleText () const |
|
MCAPI::std::string | $getName () const |
|
virtual void | onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const ¬ification) |
|
virtual void | onRetry (::MinecraftScreenModel &minecraftScreenModel) |
|
virtual float | getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
|
virtual void | addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const |
|
virtual::std::string | getTTSProgressMessage () const |
|
virtual::ProgressAnimation | showLoadingBar () const |
|
MCFOLD void | $onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const ¬ification) |
|
MCFOLD void | $onRetry (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI float | $getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCFOLD void | $addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const |
|
MCAPI::std::string | $getTTSProgressMessage () const |
|
MCFOLD::ProgressAnimation | $showLoadingBar () const |
|
|
::ll::TypedStorage< 8, 32, ::std::string > | mTitle |
|
::ll::TypedStorage< 8, 32, ::Core::PathBuffer<::std::string > > | mDestPath |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr< bool > > | mExistenceTracker |
|
::ll::TypedStorage< 8, 64, ::std::function< void(bool)> > | mCallback |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::TaskGroup > > | mIOTaskGroup |
|
::ll::TypedStorage< 8, 56, ::ResourceLocation > | mSrcLocation |
|
::ll::TypedStorage< 1, 1, bool > | mSrcZip |
|
::ll::TypedStorage< 1, 1, bool > | mDestZip |
|
::ll::TypedStorage< 1, 1, bool > | mCopyComplete |
|
::ll::TypedStorage< 1, 1, bool > | mCopySuccess |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > | mExcludeDirs |
|
::ll::TypedStorage< 4, 4, ::ProgressHandlerType const > | mType |
|
::ll::TypedStorage< 4, 4, ::ProgressAnimation > | mProgressAnimation |