3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LabTableContainerManagerController>> mManagerController;
23 ::ll::TypedStorage<1, 1, bool> mStillValid;
28 LabTableScreenController();
33 virtual ~LabTableScreenController() =
default;
35 virtual ::ui::DirtyFlag tick() ;
37 virtual bool _isStillValid() const ;
39 virtual
void _registerCoalesceOrder() ;
41 virtual
void _registerAutoPlaceOrder() ;
47 MCAPI LabTableScreenController(
48 ::std::shared_ptr<::ClientInstanceScreenModel> model,
50 ::BlockPos const& pos,
51 ::ActorUniqueID uniqueId
54 MCAPI
void _registerStateMachine();
61 ::std::shared_ptr<::ClientInstanceScreenModel> model,
63 ::BlockPos const& pos,
64 ::ActorUniqueID uniqueId
71 MCAPI ::ui::DirtyFlag $tick();
73 MCAPI
bool $_isStillValid() const;
75 MCAPI
void $_registerCoalesceOrder();
77 MCAPI
void $_registerAutoPlaceOrder();
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition LabTableContainerManagerController.h:16
Definition LabTableScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ActorUniqueID.h:5