LeviLamina
Loading...
Searching...
No Matches
PartiallyExposedBlobFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BlockDescriptor.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
class
IBlockWorldGenAPI
;
13
// clang-format on
14
15
class
PartiallyExposedBlobFeature
:
public
::IFeature
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<1, 1, uchar> mExposedFace;
20
::ll::TypedStorage<4, 4, int> mPlacementRadiusAroundFloor;
21
::ll::TypedStorage<4, 4, float> mPlacementProbabilityPerValidPosition;
22
::ll::TypedStorage<8, 176, ::BlockDescriptor> mBlockToPlace;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI
bool
canBePlaced(
::IBlockWorldGenAPI
const
& target,
::BlockPos
const
& pos)
const
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
BlockPos
Definition
BlockPos.h:21
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
IFeature
Definition
IFeature.h:19
PartiallyExposedBlobFeature
Definition
PartiallyExposedBlobFeature.h:15
PartiallyExposedBlobFeature::$vftable
static MCAPI void ** $vftable()
IFeature::PlacementContext
Definition
IFeature.h:27
context
Definition
context.h:5
src
mc
world
level
levelgen
feature
PartiallyExposedBlobFeature.h
Generated on
for LeviLamina by
1.16.1