3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
13namespace Json {
class Value; }
20 ::ll::TypedStorage<1, 1, bool> mHasTicked;
21 ::ll::TypedStorage<1, 1, bool> mInitiated;
22 ::ll::TypedStorage<1, 1, bool> mNext;
23 ::ll::TypedStorage<8, 32, ::std::string> mCalledFrom;
24 ::ll::TypedStorage<8, 8, int64> mLastAudioProgressNotificationUpdate;
25 ::ll::TypedStorage<8, 8, int64 const> mProgressMessageInterval;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ProgressHandler>> mProgressHandler;
27 ::ll::TypedStorage<8, 40, ::std::deque<::std::unique_ptr<::ProgressHandler>>> mProgressHandlerList;
32 DeleteProgressScreenController();
37 virtual ::ui::DirtyFlag tick() ;
39 virtual ::std::string getAdditionalScreenInfo() const ;
41 virtual
void addStaticScreenVars(::Json::Value& globalVars) ;
43 virtual ::std::
string _getButtonADescription() ;
45 virtual ~DeleteProgressScreenController() = default;
51 MCAPI DeleteProgressScreenController(
52 ::std::shared_ptr<::MinecraftScreenModel> model,
53 ::std::
string const& calledFrom,
54 ::std::deque<::std::unique_ptr<::ProgressHandler>> progressHandlerList
57 MCAPI ::std::
string const _getProgressMessage() const;
64 ::std::shared_ptr<::MinecraftScreenModel> model,
65 ::std::
string const& calledFrom,
66 ::std::deque<::std::unique_ptr<::ProgressHandler>> progressHandlerList
73 MCAPI ::ui::DirtyFlag $tick();
75 MCFOLD ::std::
string $getAdditionalScreenInfo() const;
77 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
79 MCFOLD ::std::
string $_getButtonADescription();
Definition DeleteProgressScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition ProgressHandler.h:5