LeviLamina
Loading...
Searching...
No Matches
ItemDescriptorCount.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/ItemDescriptor.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BinaryStream
;
11
// clang-format on
12
13
class
ItemDescriptorCount
:
public
::ItemDescriptor
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<2, 2, ushort> mStackSize;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ItemDescriptorCount
();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual
void
serialize
(
::BinaryStream
& stream)
const
/*override*/
;
29
30
// vIndex: 0
31
virtual
~ItemDescriptorCount
()
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI
ItemDescriptorCount
(
::ItemDescriptorCount
const
&);
38
39
MCAPI
explicit
operator
bool()
const
;
40
41
MCFOLD ::ItemDescriptorCount& operator=(
::ItemDescriptorCount
const
&);
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCAPI
void
* $ctor(
::ItemDescriptorCount
const
&);
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
MCFOLD
void
$dtor();
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI
void
$serialize(
::BinaryStream
& stream)
const
;
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCNAPI
static
void
**
$vftable
();
66
// NOLINTEND
67
};
BinaryStream
Definition
BinaryStream.h:10
ItemDescriptorCount
Definition
ItemDescriptorCount.h:13
ItemDescriptorCount::$vftable
static MCAPI void ** $vftable()
ItemDescriptor
Definition
ItemDescriptor.h:22
serialize
Definition
serialize.h:11
src
mc
world
item
ItemDescriptorCount.h
Generated on Fri Jun 13 2025 05:05:10 for LeviLamina by
1.12.0