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/world/inventory/network/TypedServerNetId.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace Bedrock::Safety { class RedactableString; }
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
26public:
27 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::ItemStackResponseSlotInfo&&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition ItemStackNetIdTag.h:5
Definition ItemStackResponseSlotInfo.h:14