LeviLamina
Loading...
Searching...
No Matches
InventoryOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/InventoryLayout.h"
7#include "mc/world/inventory/InventoryLeftTabIndex.h"
8#include "mc/world/inventory/InventoryRightTabIndex.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, ::InventoryLeftTabIndex> mLeftInventoryTab;
15 ::ll::TypedStorage<4, 4, ::InventoryRightTabIndex> mRightInventoryTab;
16 ::ll::TypedStorage<1, 1, bool> mFiltering;
17 ::ll::TypedStorage<4, 4, ::InventoryLayout> mLayoutInv;
18 ::ll::TypedStorage<4, 4, ::InventoryLayout> mLayoutCraft;
19 // NOLINTEND
20};
Definition InventoryOptions.h:10