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
// member functions
15
// NOLINTBEGIN
16
MCAPI AirBlockItem(::std::string
const
& name,
int
);
17
// NOLINTEND
18
19
public
:
20
// constructor thunks
21
// NOLINTBEGIN
22
MCAPI
void
* $ctor(::std::string
const
& name,
int
);
23
// NOLINTEND
24
25
public
:
26
// vftables
27
// NOLINTBEGIN
28
MCAPI
static
void
** $vftable();
29
// NOLINTEND
30
};
src
mc
world
item
AirBlockItem.h
Generated on
for LeviLamina by
1.16.1