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
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 1
24
virtual
void
serialize
(
::BinaryStream
& stream)
const
/*override*/
;
25
26
// vIndex: 0
27
virtual
~ItemDescriptorCount
()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
ItemDescriptorCount
(
::ItemDescriptorCount
const
&);
34
35
MCAPI
explicit
operator
bool()
const
;
36
37
MCFOLD ::ItemDescriptorCount& operator=(
::ItemDescriptorCount
const
&);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(
::ItemDescriptorCount
const
&);
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
MCFOLD
void
$dtor();
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
void
$serialize(
::BinaryStream
& stream)
const
;
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCAPI
static
void
** $vftable();
62
// NOLINTEND
63
};
BinaryStream
Definition
BinaryStream.h:10
ItemDescriptorCount
Definition
ItemDescriptorCount.h:13
ItemDescriptor
Definition
ItemDescriptor.h:22
serialize
Definition
serialize.h:11
src
mc
world
item
ItemDescriptorCount.h
Generated on Sat Apr 26 2025 05:56:15 for LeviLamina by
1.12.0