3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
20 enum class ParticleType : uchar {
30 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ElementConstructorContainerManagerController>> mManagerController;
31 ::ll::TypedStorage<4, 12, int[3]> mParticleCounts;
32 ::ll::TypedStorage<1, 1, bool> mInitModel;
37 ElementConstructorScreenController();
42 virtual ~ElementConstructorScreenController() =
default;
44 virtual bool _isStillValid() const ;
46 virtual
void _registerCoalesceOrder() ;
48 virtual
void _registerAutoPlaceOrder() ;
50 virtual ::std::
string _getButtonADescription() ;
52 virtual ::std::
string _getButtonXDescription() ;
58 MCAPI ElementConstructorScreenController(
59 ::std::shared_ptr<::ClientInstanceScreenModel> model,
61 ::BlockPos const& pos,
62 ::ActorUniqueID uniqueId
65 MCAPI
void _registerBindings();
67 MCAPI
void _registerEventHandlers();
70 _registerParticleBindings(::ElementConstructorScreenController::ParticleType type, ::std::
string const& name);
73 _registerParticleEventHandlers(::ElementConstructorScreenController::ParticleType type, ::std::
string const& name);
75 MCAPI
void _registerStateMachine();
82 ::std::shared_ptr<::ClientInstanceScreenModel> model,
84 ::BlockPos const& pos,
85 ::ActorUniqueID uniqueId
92 MCFOLD
bool $_isStillValid() const;
94 MCAPI
void $_registerCoalesceOrder();
96 MCAPI
void $_registerAutoPlaceOrder();
98 MCAPI ::std::
string $_getButtonADescription();
100 MCAPI ::std::
string $_getButtonXDescription();
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition ElementConstructorContainerManagerController.h:24
Definition ElementConstructorScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ActorUniqueID.h:5