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
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::ItemStackResponseSlotInfo&&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
Definition ItemStackNetIdTag.h:5
Definition ItemStackResponseSlotInfo.h:14