LeviLamina
Loading...
Searching...
No Matches
SurfaceRelativeThresholdFeature.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/IFeature.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockPos
;
12
// clang-format on
13
14
class
SurfaceRelativeThresholdFeature
:
public
::IFeature
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mFeatureToPlace;
19
::ll::TypedStorage<4, 4, int> mMinimumDistanceBelowSurface;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~SurfaceRelativeThresholdFeature
()
/*override*/
=
default
;
27
28
// vIndex: 1
29
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
BlockPos
Definition
BlockPos.h:17
IFeature
Definition
IFeature.h:18
SurfaceRelativeThresholdFeature
Definition
SurfaceRelativeThresholdFeature.h:14
SurfaceRelativeThresholdFeature::$vftable
static MCAPI void ** $vftable()
IFeature::PlacementContext
Definition
IFeature.h:26
context
Definition
context.h:5
src-server
mc
world
level
levelgen
feature
SurfaceRelativeThresholdFeature.h
Generated on Sun Oct 12 2025 06:32:32 for LeviLamina by
1.12.0