LeviLamina
Loading...
Searching...
No Matches
InventoryTransactionItemGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
8class ItemStack;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, int> mItemId;
16 ::ll::TypedStorage<4, 4, int> mItemAux;
17 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mTag;
18 ::ll::TypedStorage<4, 4, int> mCount;
19 ::ll::TypedStorage<1, 1, bool> mOverflow;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI bool equals(::ItemStack const& item) const;
31
32 MCAPI ::ItemStack getItemInstance() const;
33
34 MCAPI ::InventoryTransactionItemGroup& operator=(::InventoryTransactionItemGroup const& rhs);
35
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44};
Definition CompoundTag.h:13
Definition InventoryTransactionItemGroup.h:11
Definition ItemStack.h:25