3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::MaterialReducerContainerManagerController>> mManagerController;
26 MaterialReducerScreenController();
31 virtual ~MaterialReducerScreenController() =
default;
33 virtual ::std::string _getButtonADescription() ;
35 virtual ::std::string _getButtonXDescription() ;
37 virtual bool _isStillValid() const ;
39 virtual
void _registerCoalesceOrder() ;
41 virtual
void _registerAutoPlaceOrder() ;
47 MCAPI MaterialReducerScreenController(
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 ::std::
string $_getButtonADescription();
73 MCAPI ::std::
string $_getButtonXDescription();
75 MCFOLD
bool $_isStillValid() const;
77 MCAPI
void $_registerCoalesceOrder();
79 MCAPI
void $_registerAutoPlaceOrder();
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition MaterialReducerContainerManagerController.h:24
Definition MaterialReducerScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition ActorUniqueID.h:5