3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ViewRequest.h"
7#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
16namespace Json {
class Value; }
22 enum class SlotIndex :
int {
32 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::SmithingTableContainerManagerController>>
33 mSmithingTableContainerManagerController;
34 ::ll::TypedStorage<4, 4, ::SmithingTableScreenController::SlotIndex> mHoveredSlot;
35 ::ll::TypedStorage<1, 1, bool> mUseSmithingTable2UI;
40 SmithingTableScreenController();
45 virtual ~SmithingTableScreenController() =
default;
47 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
49 virtual bool _isStillValid() const ;
51 virtual
void _registerCoalesceOrder() ;
53 virtual
void _registerAutoPlaceOrder() ;
55 virtual ::std::
string _getButtonXDescription() ;
57 virtual ::ui::ViewRequest _onContainerSlotHovered(::std::
string const& collectionName,
int index) ;
63 MCAPI SmithingTableScreenController(
64 ::std::shared_ptr<::ClientInstanceScreenModel> model,
66 ::BlockPos const& pos,
70 MCAPI
void _registerBindings();
72 MCAPI
void _registerSmithingTable2UIBindings();
74 MCAPI
void _registerStateMachine();
81 ::std::shared_ptr<::ClientInstanceScreenModel> model,
83 ::BlockPos const& pos,
91 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
93 MCFOLD
bool $_isStillValid() const;
95 MCAPI
void $_registerCoalesceOrder();
97 MCAPI
void $_registerAutoPlaceOrder();
99 MCFOLD ::std::
string $_getButtonXDescription();
101 MCAPI ::ui::ViewRequest $_onContainerSlotHovered(::std::
string const& collectionName,
int index);
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition SmithingTableContainerManagerController.h:24
Definition SmithingTableScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ActorUniqueID.h:5