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
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI bool equals(::ItemStack const& item) const;
30
31 MCAPI ::ItemStack getItemInstance() const;
32
33 MCAPI ::InventoryTransactionItemGroup& operator=(::InventoryTransactionItemGroup const& rhs);
34
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCFOLD void $dtor();
42 // NOLINTEND
43};
Definition CompoundTag.h:13
Definition InventoryTransactionItemGroup.h:11
Definition ItemStack.h:25