LeviLamina
Loading...
Searching...
No Matches
LegacyForestRockFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
#include "mc/world/level/levelgen/feature/Feature.h"
8
#include "mc/world/level/levelgen/feature/IFeature.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
BlockPos
;
13
class
BlockSource
;
14
class
Random
;
15
// clang-format on
16
17
class
LegacyForestRockFeature
:
public
::Feature
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mForestRockFeature;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 0
28
virtual
~LegacyForestRockFeature
()
/*override*/
=
default
;
29
30
// vIndex: 4
31
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
;
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
BlockPos
Definition
BlockPos.h:17
BlockSource
Definition
BlockSource.h:66
Feature
Definition
Feature.h:18
LegacyForestRockFeature
Definition
LegacyForestRockFeature.h:17
LegacyForestRockFeature::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src-server
mc
world
level
levelgen
feature
LegacyForestRockFeature.h
Generated on Wed Nov 5 2025 13:13:32 for LeviLamina by
1.12.0