LeviLamina
Loading...
Searching...
No Matches
SlotInfoData.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/ItemStackNetIdVariant.h"
8
9
namespace
ItemStackRequestCereal {
10
11
struct
SlotInfoData
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<4, 12, ::FullContainerName> mFullContainerName;
16
::ll::TypedStorage<1, 1, uchar> mSlot;
17
::ll::TypedStorage<8, 24, ::ItemStackNetIdVariant> mNetIdVariant;
18
// NOLINTEND
19
};
20
21
}
// namespace ItemStackRequestCereal
ItemStackRequestCereal::SlotInfoData
Definition
SlotInfoData.h:11
src
mc
network
packet
cerealize
types
item_stack_request_cereal
SlotInfoData.h
Generated on
for LeviLamina by
1.16.1