LeviLamina
Loading...
Searching...
No Matches
ContainerTransferClientScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/ContainerTransferScope.h"
7#include "mc/world/inventory/network/ItemStackRequestScope.h"
8
9// auto generated forward declare list
10// clang-format off
11class ItemStack;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::ItemStackRequestScope> mItemStackRequestScope;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 1
26 virtual void createItem(::ItemStack const&, ::std::shared_ptr<::SimpleSparseContainer>) /*override*/;
27
28 // vIndex: 0
29 virtual ~ContainerTransferClientScope() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35
36 // NOLINTEND
37};
Definition ItemStack.h:25
Definition SimpleSparseContainer.h:18
Definition ContainerTransferClientScope.h:15
Definition ContainerTransferScope.h:11