3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/EmptyProgressHandler.h"
7#include "mc/client/gui/ProgressAnimation.h"
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PlayScreenModel>> mPlayScreenModel;
20 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mEduCloudFetchStartTime;
21 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds const> mDisplayInterval;
27 virtual void tick(::MinecraftScreenModel& minecraftScreenModel) ;
29 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) ;
31 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel)
const ;
33 virtual ::std::string getTitleText() const ;
35 virtual ::std::
string getName() const ;
37 virtual ::ProgressAnimation showLoadingBar() const ;
39 virtual ~EduCloudFetchProgressHandler() = default;
45 MCAPI
void $tick(::MinecraftScreenModel& minecraftScreenModel);
47 MCFOLD
void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
49 MCFOLD ::std::
string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
51 MCAPI ::std::
string $getTitleText() const;
53 MCAPI ::std::
string $getName() const;
55 MCFOLD ::ProgressAnimation $showLoadingBar() const;
Definition EduCloudFetchProgressHandler.h:5
static MCAPI void ** $vftable()
Definition EmptyProgressHandler.h:5
Definition MinecraftScreenModel.h:5
Definition PlayScreenModel.h:5