LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestHandlerSlotInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/FullContainerName.h"
7#include "mc/world/inventory/network/TypedServerNetId.h"
8
9// auto generated forward declare list
10// clang-format off
11class ItemStack;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 12, ::FullContainerName const> mOpenContainerNetId;
21 ::ll::TypedStorage<1, 1, uchar const> mRequestSlot;
22 ::ll::TypedStorage<1, 1, uchar const> mSlot;
23 ::ll::TypedStorage<8, 8, ::ItemStack const&> mOldItem;
24 ::ll::TypedStorage<4, 4, ::ItemStackNetId const> mOldServerNetId;
25 ::ll::TypedStorage<8, 8, ::SimpleSparseContainer*> mSparseContainer;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33};
Definition ItemStack.h:25
Definition SimpleSparseContainer.h:18
Definition ItemStackNetIdTag.h:5
Definition ItemStackRequestHandlerSlotInfo.h:16