3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ProgressHandler.h"
7#include "mc/world/actor/player/LoadingState.h"
18 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mStartTime;
19 ::ll::TypedStorage<8, 8, ::std::chrono::duration<double, ::std::ratio<1, 1>>> mTotalWait;
20 ::ll::TypedStorage<8, 16, ::std::shared_ptr<bool>> mDialogStillAlive;
21 ::ll::TypedStorage<8, 8, double> mTimeProgress;
27 virtual ~MakeWriteThrottleProgressHandler() =
default;
29 virtual void onStart(::MinecraftScreenModel&) ;
31 virtual void tick(::MinecraftScreenModel&) ;
33 virtual void onCancel(::MinecraftScreenModel&) ;
35 virtual void onExit(::MinecraftScreenModel&) ;
37 virtual ::LoadingState getLoadingState(::MinecraftScreenModel&)
const ;
39 virtual float getLoadingProgress(::MinecraftScreenModel& minecraftScreenModel)
const ;
41 virtual ::std::string getProgressMessage(::MinecraftScreenModel&)
const ;
43 virtual ::std::string getTitleText() const ;
45 virtual ::std::
string getName() const ;
51 MCFOLD
void $onStart(::MinecraftScreenModel&);
53 MCAPI
void $tick(::MinecraftScreenModel&);
55 MCFOLD
void $onCancel(::MinecraftScreenModel&);
57 MCFOLD
void $onExit(::MinecraftScreenModel&);
59 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel&) const;
61 MCAPI
float $getLoadingProgress(::MinecraftScreenModel& minecraftScreenModel) const;
63 MCAPI ::std::
string $getProgressMessage(::MinecraftScreenModel&) const;
65 MCAPI ::std::
string $getTitleText() const;
67 MCAPI ::std::
string $getName() const;
Definition MakeWriteThrottleProgressHandler.h:5
static MCAPI void ** $vftable()
Definition MinecraftScreenModel.h:5
Definition ProgressHandler.h:5