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
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<1, 1, bool const> mWorkBench;
13 // NOLINTEND
14
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 1
19 virtual ~CraftingInputUIContainerModel() /*override*/ = default;
20
21 // vIndex: 22
22 virtual int _getContainerOffset() const /*override*/;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition CraftingInputUIContainerModel.h:8
Definition PlayerUIContainerModelBase.h:16