3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/EmptyProgressHandler.h"
7#include "mc/client/gui/ProgressAnimation.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
9#include "mc/world/actor/player/LoadingState.h"
21 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::EDUServersScreenController>> mEduServersScreenController;
22 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mEduServerFetchStartTime;
23 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds const> mMinimumDisplayInterval;
24 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds const> mTimeOutTime;
25 ::ll::TypedStorage<4, 4, ::LoadingState> mLoadingState;
30 EduServerFetchProgressHandler();
35 virtual void tick(::MinecraftScreenModel& minecraftScreenModel) ;
37 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) ;
39 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel)
const ;
41 virtual ::std::string getTitleText() const ;
43 virtual ::std::
string getName() const ;
45 virtual ::ProgressAnimation showLoadingBar() const ;
47 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const ;
49 virtual ~EduServerFetchProgressHandler() = default;
55 MCAPI explicit EduServerFetchProgressHandler(
56 ::Bedrock::NonOwnerPointer<::EDUServersScreenController> eduServersScreenController
63 MCAPI
void* $ctor(::Bedrock::NonOwnerPointer<::EDUServersScreenController> eduServersScreenController);
69 MCAPI
void $tick(::MinecraftScreenModel& minecraftScreenModel);
71 MCAPI
void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
73 MCFOLD ::std::
string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
75 MCAPI ::std::
string $getTitleText() const;
77 MCAPI ::std::
string $getName() const;
79 MCFOLD ::ProgressAnimation $showLoadingBar() const;
81 MCFOLD ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
Definition EduServerFetchProgressHandler.h:5
static MCAPI void ** $vftable()
Definition EmptyProgressHandler.h:5
Definition MinecraftScreenModel.h:5