LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestSlotInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/containers/ContainerEnumName.h"
5#include "mc/world/inventory/network/ItemStackNetIdVariant.h"
6
7// auto generated inclusion list
8#include "mc/world/containers/FullContainerName.h"
9#include "mc/world/inventory/network/ItemStackNetIdVariant.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::FullContainerName mFullContainerName;
16 uchar mSlot;
17 ::ItemStackNetIdVariant mNetIdVariant;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI bool matchesContainerAndSlot(::ItemStackRequestSlotInfo const& other) const;
24
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33};
Definition FullContainerName.h:8
Definition ItemStackNetIdVariant.h:19
Definition ItemStackRequestSlotInfo.h:11
MCAPI bool matchesContainerAndSlot(::ItemStackRequestSlotInfo const &other) const