3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ProgressHandler.h"
7#include "mc/world/actor/player/LoadingState.h"
18 ::ll::TypedStorage<8, 64, ::std::function<void()>> mOnTick;
19 ::ll::TypedStorage<8, 64, ::std::function<void()>> mOnCancel;
20 ::ll::TypedStorage<8, 32, ::std::string> mTitleText;
25 RealmsLoadingLevelProgressHandler();
30 virtual ~RealmsLoadingLevelProgressHandler() =
default;
32 virtual void onStart(::MinecraftScreenModel&) ;
34 virtual void tick(::MinecraftScreenModel&) ;
36 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) ;
38 virtual void onExit(::MinecraftScreenModel& minecraftScreenModel) ;
40 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel)
const ;
42 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel)
const ;
44 virtual ::std::string getTitleText() const ;
46 virtual ::std::
string getName() const ;
52 MCAPI explicit RealmsLoadingLevelProgressHandler(::std::
string const& title);
58 MCAPI
void* $ctor(::std::
string const& title);
64 MCFOLD
void $onStart(::MinecraftScreenModel&);
66 MCFOLD
void $tick(::MinecraftScreenModel&);
68 MCAPI
void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
70 MCFOLD
void $onExit(::MinecraftScreenModel& minecraftScreenModel);
72 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
74 MCAPI ::std::
string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
76 MCFOLD ::std::
string $getTitleText() const;
78 MCAPI ::std::
string $getName() const;
Definition MinecraftScreenModel.h:5
Definition ProgressHandler.h:5
Definition RealmsLoadingLevelProgressHandler.h:5
static MCAPI void ** $vftable()