LeviLamina
Loading...
Searching...
No Matches
RotatedPillarInfestedBlock.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
class
BlockPos
;
12
class
BlockSource
;
13
class
Material
;
14
struct
ResourceDropsContext
;
15
// clang-format on
16
17
class
RotatedPillarInfestedBlock :
public
::RotatedPillarBlock {
18
public
:
19
// prevent constructor by default
20
RotatedPillarInfestedBlock();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
spawnAfterBreak(
26
::BlockSource
& region,
27
::Block
const
& pos,
28
::BlockPos
const
& resourceDropsContext,
29
::ResourceDropsContext
const
&
30
)
const
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI RotatedPillarInfestedBlock(::std::string
const
& nameId,
int
id
,
::Material
const
& material);
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
,
::Material
const
& material);
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI
void
$spawnAfterBreak(
49
::BlockSource
& region,
50
::Block
const
& pos,
51
::BlockPos
const
& resourceDropsContext,
52
::ResourceDropsContext
const
&
53
)
const
;
54
55
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
Block
Definition
Block.h:69
Material
Definition
Material.h:8
RotatedPillarInfestedBlock::$vftable
static MCAPI void ** $vftable()
ResourceDropsContext
Definition
ResourceDropsContext.h:19
src
mc
world
level
block
RotatedPillarInfestedBlock.h
Generated on
for LeviLamina by
1.16.1