3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::CompoundCreatorContainerManagerController>> mManagerController;
26 CompoundCreatorScreenController();
31 virtual ~CompoundCreatorScreenController() =
default;
33 virtual bool _isStillValid() const ;
35 virtual ::std::
string _getButtonXDescription() ;
37 virtual
void _registerCoalesceOrder() ;
39 virtual
void _registerAutoPlaceOrder() ;
45 MCAPI CompoundCreatorScreenController(
46 ::std::shared_ptr<::ClientInstanceScreenModel> model,
48 ::BlockPos const& pos,
49 ::ActorUniqueID uniqueId
52 MCAPI
void _registerBindings();
54 MCAPI
void _registerInputStateMachine();
56 MCAPI
void _registerOutputStateMachine();
63 ::std::shared_ptr<::ClientInstanceScreenModel> model,
65 ::BlockPos const& pos,
66 ::ActorUniqueID uniqueId
73 MCFOLD
bool $_isStillValid() const;
75 MCAPI ::std::
string $_getButtonXDescription();
77 MCAPI
void $_registerCoalesceOrder();
79 MCAPI
void $_registerAutoPlaceOrder();
Definition ClientInstanceScreenModel.h:5
Definition CompoundCreatorContainerManagerController.h:22
Definition CompoundCreatorScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition ContainerScreenController.h:5
Definition ActorUniqueID.h:5