LeviLamina
Loading...
Searching...
No Matches
LargeDripstoneFeature.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
class
Random
;
13
namespace
DripstoneUtils {
class
WindOffsetter; }
14
// clang-format on
15
16
class
LargeDripstoneFeature
:
public
::IFeature
{
17
public
:
18
// LargeDripstoneFeature inner types declare
19
// clang-format off
20
class
LargeDripstone
;
21
// clang-format on
22
23
// LargeDripstoneFeature inner types define
24
class
LargeDripstone
{
25
public
:
26
// member variables
27
// NOLINTBEGIN
28
::ll::UntypedStorage<4, 12>
mUnk1918c4;
29
::ll::UntypedStorage<1, 1>
mUnk398797;
30
::ll::UntypedStorage<4, 4>
mUnkb24ebd;
31
::ll::UntypedStorage<4, 4>
mUnka18da9;
32
::ll::UntypedStorage<4, 4>
mUnk22ed9f;
33
// NOLINTEND
34
35
public
:
36
// prevent constructor by default
37
LargeDripstone
& operator=(
LargeDripstone
const
&);
38
LargeDripstone
(
LargeDripstone
const
&);
39
LargeDripstone
();
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCAPI
bool
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(
45
::IBlockWorldGenAPI
& target,
46
::DripstoneUtils::WindOffsetter
const
& wind
47
);
48
49
MCAPI
void
50
placeBlocks(
::IBlockWorldGenAPI
& target,
::Random
& random,
::DripstoneUtils::WindOffsetter
const
& wind)
const
;
51
// NOLINTEND
52
};
53
54
public
:
55
// virtual functions
56
// NOLINTBEGIN
57
// vIndex: 1
58
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
59
60
// vIndex: 0
61
virtual
~LargeDripstoneFeature
()
/*override*/
=
default
;
62
// NOLINTEND
63
64
public
:
65
// destructor thunk
66
// NOLINTBEGIN
67
68
// NOLINTEND
69
70
public
:
71
// virtual function thunks
72
// NOLINTBEGIN
73
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCAPI
static
void
** $vftable();
80
// NOLINTEND
81
};
BlockPos
Definition
BlockPos.h:18
DripstoneUtils::WindOffsetter
Definition
WindOffsetter.h:7
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
IFeature
Definition
IFeature.h:13
LargeDripstoneFeature::LargeDripstone
Definition
LargeDripstoneFeature.h:24
LargeDripstoneFeature
Definition
LargeDripstoneFeature.h:16
Random
Definition
Random.h:16
IFeature::PlacementContext
Definition
IFeature.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
LargeDripstoneFeature.h
Generated on Sat Apr 26 2025 05:56:25 for LeviLamina by
1.12.0