LeviLamina
Loading...
Searching...
No Matches
NetherReactorBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/ActorBlockBase.h"
7
#include "mc/world/level/block/BlockType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Material
;
12
// clang-format on
13
14
class
NetherReactorBlock :
public
::ActorBlock {
15
public
:
16
// prevent constructor by default
17
NetherReactorBlock();
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCAPI NetherReactorBlock(::std::string
const
& nameId,
int
id
,
::Material
const
& material);
23
// NOLINTEND
24
25
public
:
26
// constructor thunks
27
// NOLINTBEGIN
28
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
,
::Material
const
& material);
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCAPI
static
void
** $vftable();
35
// NOLINTEND
36
};
Material
Definition
Material.h:8
src
mc
world
level
block
NetherReactorBlock.h
Generated on
for LeviLamina by
1.16.1