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
struct
ResourceDropsContext
;
14
// clang-format on
15
16
class
RotatedPillarInfestedBlock
:
public
::RotatedPillarBlock
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
void
spawnAfterBreak(
21
::BlockSource
& region,
22
::Block
const
&,
23
::BlockPos
const
& pos,
24
::ResourceDropsContext
const
& resourceDropsContext
25
)
const
/*override*/
;
26
27
virtual
~RotatedPillarInfestedBlock
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCFOLD
void
$spawnAfterBreak(
34
::BlockSource
& region,
35
::Block
const
&,
36
::BlockPos
const
& pos,
37
::ResourceDropsContext
const
& resourceDropsContext
38
)
const
;
39
40
41
// NOLINTEND
42
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Block
Definition
Block.h:43
RotatedPillarBlock
Definition
RotatedPillarBlock.h:18
RotatedPillarInfestedBlock
Definition
RotatedPillarInfestedBlock.h:16
ResourceDropsContext
Definition
ResourceDropsContext.h:17
src
mc
world
level
block
RotatedPillarInfestedBlock.h
Generated on
for LeviLamina by
1.16.1