LeviLamina
Loading...
Searching...
No Matches
LegacySpringsFeature.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
BaseGameVersion
;
13
class
BlockPos
;
14
class
BlockSource
;
15
class
FeatureRegistry
;
16
class
Random
;
17
// clang-format on
18
19
class
LegacySpringsFeature
:
public
::Feature
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mWaterSpringFeature;
24
::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mLavaSpringFeature;
25
::ll::TypedStorage<1, 1, bool> mIsCavesAndCliffsUpdate;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
LegacySpringsFeature
();
31
32
public
:
33
// virtual functions
34
// NOLINTBEGIN
35
// vIndex: 0
36
virtual
~LegacySpringsFeature
()
/*override*/
=
default
;
37
38
// vIndex: 4
39
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
/*override*/
;
40
// NOLINTEND
41
42
public
:
43
// member functions
44
// NOLINTBEGIN
45
MCAPI
LegacySpringsFeature
(
::FeatureRegistry
const
& registry,
::BaseGameVersion
const
& baseGameVersion);
46
// NOLINTEND
47
48
public
:
49
// constructor thunks
50
// NOLINTBEGIN
51
MCAPI
void
* $ctor(
::FeatureRegistry
const
& registry,
::BaseGameVersion
const
& baseGameVersion);
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
;
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
BaseGameVersion
Definition
BaseGameVersion.h:8
BlockPos
Definition
BlockPos.h:17
BlockSource
Definition
BlockSource.h:66
FeatureRegistry
Definition
FeatureRegistry.h:18
Feature
Definition
Feature.h:18
LegacySpringsFeature
Definition
LegacySpringsFeature.h:19
LegacySpringsFeature::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src-server
mc
world
level
levelgen
feature
LegacySpringsFeature.h
Generated on Sun Oct 12 2025 06:32:31 for LeviLamina by
1.12.0