LeviLamina
Loading...
Searching...
No Matches
BlockPileFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/feature/Feature.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
BlockPos
;
12
class
BlockSource
;
13
class
Random
;
14
// clang-format on
15
16
class
BlockPileFeature :
public
::Feature
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Block const&> mBlock;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
BlockPileFeature& operator=(BlockPileFeature
const
&);
26
BlockPileFeature(BlockPileFeature
const
&);
27
BlockPileFeature();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
33
34
virtual ::Block
const
& getBlockToPlace(
::Random
& random)
const
;
35
36
virtual
~BlockPileFeature()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
43
44
MCAPI ::Block
const
& $getBlockToPlace(
::Random
& random)
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
BlockPileFeature::$vftable
static MCAPI void ** $vftable()
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Block
Definition
Block.h:43
Feature
Definition
Feature.h:18
Random
Definition
Random.h:10
src
mc
world
level
levelgen
feature
BlockPileFeature.h
Generated on
for LeviLamina by
1.16.1