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