LeviLamina
Loading...
Searching...
No Matches
ItemStackResponseSlotInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/safety/RedactableString.h"
7#include "mc/world/inventory/network/TypedServerNetId.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, uchar> mRequestedSlot;
19 ::ll::TypedStorage<1, 1, uchar> mSlot;
20 ::ll::TypedStorage<1, 1, uchar> mAmount;
21 ::ll::TypedStorage<4, 4, ::ItemStackNetId> mItemStackNetId;
22 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mCustomName;
23 ::ll::TypedStorage<2, 2, short> mDurabilityCorrection;
24 // NOLINTEND
25};
Definition ItemStackNetIdTag.h:5
Definition ItemStackResponseSlotInfo.h:14