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;
26 virtual ~RealmsLoadingLevelProgressHandler() =
default;
28 virtual void onStart(::MinecraftScreenModel& minecraftScreenModel) ;
30 virtual void tick(::MinecraftScreenModel& minecraftScreenModel) ;
32 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) ;
34 virtual void onExit(::MinecraftScreenModel& minecraftScreenModel) ;
36 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel)
const ;
38 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel)
const ;
40 virtual ::std::string getTitleText() const ;
42 virtual ::std::
string getName() const ;
48 MCFOLD
void $onStart(::MinecraftScreenModel& minecraftScreenModel);
50 MCFOLD
void $tick(::MinecraftScreenModel& minecraftScreenModel);
52 MCAPI
void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
54 MCFOLD
void $onExit(::MinecraftScreenModel& minecraftScreenModel);
56 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
58 MCAPI ::std::
string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
60 MCFOLD ::std::
string $getTitleText() const;
62 MCAPI ::std::
string $getName() const;
Definition MinecraftScreenModel.h:5
Definition ProgressHandler.h:5
Definition RealmsLoadingLevelProgressHandler.h:5
static MCAPI void ** $vftable()