LeviLamina
Loading...
Searching...
No Matches
ChemistryItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/Item.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemStackBase
;
11
// clang-format on
12
13
class
ChemistryItem
:
public
::Item {
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
fixupCommon(
::ItemStackBase
& stack)
const
/*override*/
;
18
19
virtual
~ChemistryItem
()
/*override*/
;
20
// NOLINTEND
21
22
public
:
23
// static functions
24
// NOLINTBEGIN
25
MCAPI
static
void
validate(
::ItemStackBase
& stack);
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCFOLD
void
$fixupCommon(
::ItemStackBase
& stack)
const
;
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCAPI
static
void
** $vftable();
46
// NOLINTEND
47
};
ChemistryItem
Definition
ChemistryItem.h:13
ItemStackBase
Definition
ItemStackBase.h:44
src
mc
world
item
ChemistryItem.h
Generated on
for LeviLamina by
1.16.1