3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ProgressAnimation.h"
7#include "mc/client/gui/ProgressHandler.h"
8#include "mc/world/actor/player/LoadingState.h"
19 virtual ~StorageMigrationProgressHandler() =
default;
21 virtual void onStart(::MinecraftScreenModel&) ;
23 virtual void tick(::MinecraftScreenModel&) ;
25 virtual void onCancel(::MinecraftScreenModel&) ;
27 virtual void onExit(::MinecraftScreenModel&) ;
29 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel)
const ;
31 virtual ::std::string getProgressMessage(::MinecraftScreenModel& minecraftScreenModel)
const ;
33 virtual ::std::string getTitleText() const ;
35 virtual
float getLoadingProgress(::MinecraftScreenModel& minecraftScreenModel) const ;
37 virtual ::ProgressAnimation showLoadingBar() const ;
39 virtual ::std::
string getName() const ;
45 MCAPI StorageMigrationProgressHandler();
57 MCFOLD
void $onStart(::MinecraftScreenModel&);
59 MCFOLD
void $tick(::MinecraftScreenModel&);
61 MCFOLD
void $onCancel(::MinecraftScreenModel&);
63 MCFOLD
void $onExit(::MinecraftScreenModel&);
65 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
67 MCAPI ::std::
string $getProgressMessage(::MinecraftScreenModel& minecraftScreenModel) const;
69 MCAPI ::std::
string $getTitleText() const;
71 MCAPI
float $getLoadingProgress(::MinecraftScreenModel& minecraftScreenModel) const;
73 MCFOLD ::ProgressAnimation $showLoadingBar() const;
75 MCAPI ::std::
string $getName() const;
Definition MinecraftScreenModel.h:5
Definition ProgressHandler.h:5
Definition StorageMigrationProgressHandler.h:5
static MCAPI void ** $vftable()