LeviLamina
Loading...
Searching...
No Matches
DeepslateBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/RotatedPillarBlock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
// clang-format on
12
13
class
DeepslateBlock :
public
::RotatedPillarBlock {
14
public
:
15
// prevent constructor by default
16
DeepslateBlock();
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
bool
canBeOriginalSurface(
bool
)
const
/*override*/
;
22
23
virtual ::Block
const
* tryGetInfested(
::Block
const
& block)
const
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI DeepslateBlock(::std::string
const
& nameId,
int
id
);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
);
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCFOLD
bool
$canBeOriginalSurface(
bool
)
const
;
42
43
MCAPI ::Block
const
* $tryGetInfested(
::Block
const
& block)
const
;
44
45
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCAPI
static
void
** $vftable();
52
// NOLINTEND
53
};
Block
Definition
Block.h:69
src
mc
world
level
block
DeepslateBlock.h
Generated on
for LeviLamina by
1.16.1