14struct ItemStackResponseSlotInfo {
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;
28 ItemStackResponseSlotInfo& operator=(ItemStackResponseSlotInfo
const&);
29 ItemStackResponseSlotInfo(ItemStackResponseSlotInfo
const&);
30 ItemStackResponseSlotInfo();
35 MCAPI ItemStackResponseSlotInfo(::ItemStackResponseSlotInfo&&);
37 MCAPI ~ItemStackResponseSlotInfo();
43 MCAPI
void* $ctor(::ItemStackResponseSlotInfo&&);