LeviLamina
Loading...
Searching...
No Matches
CreateContainerItemScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/ItemStackRequestScope.h"
7
8// auto generated forward declare list
9// clang-format off
11struct SlotData;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::SlotData const* const> mSrcSlot;
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerController>> mCreatedItemContainerController;
20 ::ll::TypedStorage<8, 16, ::ItemStackRequestScope> mItemStackRequestScope;
21 // NOLINTEND
22};
Definition ContainerController.h:18
Definition CreateContainerItemScope.h:14
Definition SlotData.h:5