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 // member functions
24 // NOLINTBEGIN
25 MCAPI ::ItemStack getItemInstance() const;
26 // NOLINTEND
27};
Definition CompoundTag.h:18
Definition InventoryTransactionItemGroup.h:11
Definition ItemStack.h:24