3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ViewRequest.h"
7#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
21 enum class SlotIndex :
int {
30 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::GrindstoneContainerManagerController>>
31 mGrindstoneContainerManagerController;
32 ::ll::TypedStorage<4, 4, ::GrindstoneScreenController::SlotIndex> mHoveredSlot;
37 GrindstoneScreenController();
42 virtual ~GrindstoneScreenController() =
default;
44 virtual bool _isStillValid() const ;
46 virtual
void _registerCoalesceOrder() ;
48 virtual
void _registerAutoPlaceOrder() ;
50 virtual ::std::
string _getButtonXDescription() ;
52 virtual ::ui::ViewRequest _onContainerSlotHovered(::std::
string const& collectionName,
int index) ;
58 MCAPI GrindstoneScreenController(
59 ::std::shared_ptr<::ClientInstanceScreenModel> model,
61 ::BlockPos const& pos,
65 MCAPI
void _registerStateMachine();
72 $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model, ::Player&, ::BlockPos const& pos, ::ActorUniqueID);
78 MCFOLD
bool $_isStillValid() const;
80 MCAPI
void $_registerCoalesceOrder();
82 MCAPI
void $_registerAutoPlaceOrder();
84 MCFOLD ::std::
string $_getButtonXDescription();
86 MCAPI ::ui::ViewRequest $_onContainerSlotHovered(::std::
string const& collectionName,
int index);
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition GrindstoneContainerManagerController.h:24
Definition GrindstoneScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ActorUniqueID.h:5