3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/GameEventNotification.h"
8#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
19 ::ll::TypedStorage<8, 32, ::std::string> mCurrentText;
20 ::ll::TypedStorage<8, 32, ::std::string> mNextText;
21 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mNextUpdate;
26 PerfTurtleScreenController();
31 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification notification) ;
33 virtual ::ui::DirtyFlag tick() ;
35 virtual ~PerfTurtleScreenController() =
default;
41 MCAPI
explicit PerfTurtleScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
47 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
53 MCFOLD ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
55 MCFOLD ::ui::DirtyFlag $tick();
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition PerfTurtleScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()