|
| virtual void | onStart (::MinecraftScreenModel &) |
| virtual void | tick (::MinecraftScreenModel &) |
| virtual void | onComplete (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | onCancel (::MinecraftScreenModel &) |
| virtual void | onExit (::MinecraftScreenModel &) |
| virtual::LoadingState | getLoadingState (::MinecraftScreenModel &) const |
| virtual float | getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
| virtual::std::string | getProgressMessage (::MinecraftScreenModel &) const |
|
virtual::std::string | getTitleText () const |
| virtual::std::string | getName () const |
|
MCAPI | MakeWriteThrottleProgressHandler (::std::chrono::duration< double, ::std::ratio< 1, 1 > > totalWait, ::std::shared_ptr< bool > dialogStillAlive) |
|
MCAPI void * | $ctor (::std::chrono::duration< double, ::std::ratio< 1, 1 > > totalWait, ::std::shared_ptr< bool > dialogStillAlive) |
|
MCFOLD void | $onStart (::MinecraftScreenModel &) |
|
MCAPI void | $tick (::MinecraftScreenModel &) |
|
MCFOLD void | $onComplete (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD void | $onCancel (::MinecraftScreenModel &) |
|
MCFOLD void | $onExit (::MinecraftScreenModel &) |
|
MCAPI::LoadingState | $getLoadingState (::MinecraftScreenModel &) const |
|
MCAPI float | $getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCAPI::std::string | $getProgressMessage (::MinecraftScreenModel &) 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::std::string | getTTSProgressMessage () 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 |
|
MCAPI::std::string | $getTTSProgressMessage () const |
|
MCFOLD::ProgressAnimation | $showLoadingBar () const |
|
|
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > | mStartTime |
|
::ll::TypedStorage< 8, 8, ::std::chrono::duration< double, ::std::ratio< 1, 1 > > > | mTotalWait |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr< bool > > | mDialogStillAlive |
|
::ll::TypedStorage< 8, 8, double > | mTimeProgress |
|
::ll::TypedStorage< 4, 4, ::ProgressHandlerType const > | mType |
|
::ll::TypedStorage< 4, 4, ::ProgressAnimation > | mProgressAnimation |