LeviLamina
Loading...
Searching...
No Matches
WeepingVinesClusterFeature.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
BlockPos
;
11
class
BlockSource
;
12
class
Random
;
13
// clang-format on
14
15
class
WeepingVinesClusterFeature
:
public
::Feature
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
20
21
virtual
~WeepingVinesClusterFeature
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
void
_placeRoofNetherWart(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
28
29
MCAPI
void
_placeRoofWeepingVines(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Feature
Definition
Feature.h:18
Random
Definition
Random.h:10
WeepingVinesClusterFeature
Definition
WeepingVinesClusterFeature.h:15
WeepingVinesClusterFeature::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
levelgen
feature
WeepingVinesClusterFeature.h
Generated on
for LeviLamina by
1.16.1