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
// vIndex: 4
20
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
21
22
// vIndex: 0
23
virtual
~WeepingVinesClusterFeature
()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
void
_placeRoofNetherWart(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
30
31
MCAPI
void
_placeRoofWeepingVines(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCAPI
static
void
** $vftable();
50
// NOLINTEND
51
};
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Feature
Definition
Feature.h:18
Random
Definition
Random.h:16
WeepingVinesClusterFeature
Definition
WeepingVinesClusterFeature.h:15
src
mc
world
level
levelgen
feature
WeepingVinesClusterFeature.h
Generated on Sat Apr 26 2025 05:56:26 for LeviLamina by
1.12.0