LeviLamina
Loading...
Searching...
No Matches
ItemStackDescriptor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/ItemDescriptorCount.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CompoundTag
;
11
// clang-format on
12
13
class
ItemStackDescriptor
:
public
::ItemDescriptorCount
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mUserData;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ItemStackDescriptor
& operator=(
ItemStackDescriptor
const
&);
23
ItemStackDescriptor
(
ItemStackDescriptor
const
&);
24
ItemStackDescriptor
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
~ItemStackDescriptor
()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI ::ItemStackDescriptor& operator=(
::ItemStackDescriptor
&& other);
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
CompoundTag
Definition
CompoundTag.h:13
ItemDescriptorCount
Definition
ItemDescriptorCount.h:13
ItemStackDescriptor
Definition
ItemStackDescriptor.h:13
ItemStackDescriptor::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
item
ItemStackDescriptor.h
Generated on Wed Nov 5 2025 13:13:25 for LeviLamina by
1.12.0