LeviLamina
Loading...
Searching...
No Matches
ItemGroup.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/ItemInstance.h"
7
8
class
ItemGroup {
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<8, 128, ::ItemInstance> mItemTemplate;
13
::ll::TypedStorage<4, 8, ::std::optional<int>> mStackSize;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
ItemGroup();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
explicit
ItemGroup(
::ItemInstance
const
& itemInstance);
24
25
MCAPI_C ::ItemInstance getItemInstanceCopy()
const
;
26
27
MCAPI ~ItemGroup();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor(
::ItemInstance
const
& itemInstance);
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
ItemInstance
Definition
ItemInstance.h:15
src
mc
world
item
ItemGroup.h
Generated on
for LeviLamina by
1.16.1