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;
26 EduCloudFetchProgressHandler();
31 virtual void tick(::MinecraftScreenModel& minecraftScreenModel) ;
33 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) ;
35 virtual ::std::string getProgressMessage(::MinecraftScreenModel&)
const ;
37 virtual ::std::string getTitleText() const ;
39 virtual ::std::
string getName() const ;
41 virtual ::ProgressAnimation showLoadingBar() const ;
47 MCAPI explicit EduCloudFetchProgressHandler(::std::shared_ptr<::PlayScreenModel> model);
53 MCAPI
void* $ctor(::std::shared_ptr<::PlayScreenModel> model);
59 MCAPI
void $tick(::MinecraftScreenModel& minecraftScreenModel);
61 MCFOLD
void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
63 MCFOLD ::std::
string $getProgressMessage(::MinecraftScreenModel&) const;
65 MCAPI ::std::
string $getTitleText() const;
67 MCAPI ::std::
string $getName() const;
69 MCFOLD ::ProgressAnimation $showLoadingBar() const;
Definition EduCloudFetchProgressHandler.h:5
static MCAPI void ** $vftable()
Definition EmptyProgressHandler.h:5
Definition MinecraftScreenModel.h:5
Definition PlayScreenModel.h:5