14class CraftingInputUIContainerModel :
public ::PlayerUIContainerModelBase {
18 ::ll::TypedStorage<1, 1, bool const> mWorkBench;
25 CraftingInputUIContainerModel();
31 virtual ~CraftingInputUIContainerModel() =
default;
33 virtual int _getContainerOffset()
const ;
40 MCNAPI CraftingInputUIContainerModel(::ContainerEnumName containerName,
::Player& player,
bool workBench);
48 MCNAPI
void* $ctor(::ContainerEnumName containerName,
::Player& player,
bool workBench);
56 MCNAPI
int $_getContainerOffset()
const;