LeviLamina
Loading...
Searching...
No Matches
CraftingInputUIContainerModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/models/PlayerUIContainerModelBase.h"
7
8class CraftingInputUIContainerModel : public ::PlayerUIContainerModelBase {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<1, 1, bool const> mWorkBench;
13 // NOLINTEND
14
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ~CraftingInputUIContainerModel() /*override*/ = default;
19
20 virtual int _getContainerOffset() const /*override*/;
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26#ifdef LL_PLAT_C
27 MCNAPI int $_getContainerOffset() const;
28#endif
29
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition CraftingInputUIContainerModel.h:8
static MCAPI void ** $vftable()