3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerManagerController>> mBlockContainerManagerController;
26 BlockContainerScreenController();
31 virtual ~BlockContainerScreenController() ;
33 virtual bool _isStillValid() const ;
35 virtual
void _registerCoalesceOrder() ;
37 virtual
void _registerAutoPlaceOrder() ;
43 MCAPI BlockContainerScreenController(
44 ::std::shared_ptr<::ClientInstanceScreenModel> model,
46 ::BlockPos const& pos,
47 ::ActorUniqueID uniqueId
55 ::std::shared_ptr<::ClientInstanceScreenModel> model,
57 ::BlockPos const& pos,
58 ::ActorUniqueID uniqueId
71 MCFOLD
bool $_isStillValid() const;
73 MCFOLD
void $_registerCoalesceOrder();
75 MCFOLD
void $_registerAutoPlaceOrder();
Definition BlockContainerScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ClientInstanceScreenModel.h:5
Definition ContainerManagerController.h:47
Definition ContainerScreenController.h:5
Definition ActorUniqueID.h:5