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/levelgen/feature/IFeature.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
IBlockWorldGenAPI
;
12
// clang-format on
13
14
class
PartiallyExposedBlobFeature
:
public
::IFeature
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<1, 1>
mUnkb31f0c;
19
::ll::UntypedStorage<4, 4>
mUnk603a72;
20
::ll::UntypedStorage<4, 4>
mUnk32f433;
21
::ll::UntypedStorage<8, 184>
mUnke9275c;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
PartiallyExposedBlobFeature
& operator=(
PartiallyExposedBlobFeature
const
&);
27
PartiallyExposedBlobFeature
(
PartiallyExposedBlobFeature
const
&);
28
PartiallyExposedBlobFeature
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 1
34
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
35
36
// vIndex: 0
37
virtual
~PartiallyExposedBlobFeature
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI
bool
canBePlaced(
::IBlockWorldGenAPI
const
& target,
::BlockPos
const
& pos)
const
;
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCAPI
static
void
** $vftable();
62
// NOLINTEND
63
};
BlockPos
Definition
BlockPos.h:18
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
IFeature
Definition
IFeature.h:13
PartiallyExposedBlobFeature
Definition
PartiallyExposedBlobFeature.h:14
IFeature::PlacementContext
Definition
IFeature.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
PartiallyExposedBlobFeature.h
Generated on Sat Apr 26 2025 05:56:25 for LeviLamina by
1.12.0