LeviLamina
Loading...
Searching...
No Matches
AirBlockItem.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
class
AirBlockItem
:
public
::Item
{
9
public
:
10
// prevent constructor by default
11
AirBlockItem
();
12
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
// vIndex: 0
17
virtual
~AirBlockItem
()
/*override*/
=
default
;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
AirBlockItem
(::std::string
const
& name,
int
id
);
24
// NOLINTEND
25
26
public
:
27
// constructor thunks
28
// NOLINTBEGIN
29
MCAPI
void
* $ctor(::std::string
const
& name,
int
id
);
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
AirBlockItem
Definition
AirBlockItem.h:8
AirBlockItem::$vftable
static MCAPI void ** $vftable()
Item
Definition
Item.h:65
src
mc
world
item
AirBlockItem.h
Generated on Fri Jun 13 2025 05:05:07 for LeviLamina by
1.12.0