LeviLamina
Loading...
Searching...
No Matches
ItemStackResponseContainerInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/FullContainerName.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13struct ItemStackResponseContainerInfo {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 12, ::FullContainerName> mFullContainerName;
18 ::ll::TypedStorage<8, 24, ::std::vector<::ItemStackResponseSlotInfo>> mSlots;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ItemStackResponseContainerInfo& operator=(ItemStackResponseContainerInfo const&);
24 ItemStackResponseContainerInfo(ItemStackResponseContainerInfo const&);
25 ItemStackResponseContainerInfo();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ItemStackResponseContainerInfo(::ItemStackResponseContainerInfo&&);
31
32 MCAPI explicit ItemStackResponseContainerInfo(::FullContainerName const& openContainerNetId);
33
34 MCAPI ~ItemStackResponseContainerInfo();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::ItemStackResponseContainerInfo&&);
41
42 MCAPI void* $ctor(::FullContainerName const& openContainerNetId);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition FullContainerName.h:8
Definition ItemStackResponseSlotInfo.h:14