LeviLamina
Loading...
Searching...
No Matches
SmokerBlockActor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/actor/FurnaceBlockActor.h"
7
8
class
SmokerBlockActor
:
public
::FurnaceBlockActor {
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
virtual ::std::string getName()
const
/*override*/
;
13
14
virtual
~SmokerBlockActor
()
/*override*/
=
default
;
15
// NOLINTEND
16
17
public
:
18
// virtual function thunks
19
// NOLINTBEGIN
20
MCAPI ::std::string $getName()
const
;
21
22
23
// NOLINTEND
24
25
public
:
26
// vftables
27
// NOLINTBEGIN
28
MCNAPI
static
void
**
$vftableForContainer
();
29
30
MCNAPI
static
void
**
$vftableForBlockActor
();
31
// NOLINTEND
32
};
SmokerBlockActor
Definition
SmokerBlockActor.h:8
SmokerBlockActor::$vftableForBlockActor
static MCAPI void ** $vftableForBlockActor()
SmokerBlockActor::$vftableForContainer
static MCAPI void ** $vftableForContainer()
src
mc
world
level
block
actor
SmokerBlockActor.h
Generated on
for LeviLamina by
1.16.1