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/BlockPos.h"
7#include "mc/world/level/levelgen/feature/IFeature.h"
8
9// auto generated forward declare list
10// clang-format off
12class Random;
13namespace SpeleothemUtils { class WindOffsetter; }
14// clang-format on
15
17public:
18 // LargeDripstoneFeature inner types declare
19 // clang-format off
20 class LargeDripstone;
21 // clang-format on
22
23 // LargeDripstoneFeature inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<4, 12, ::BlockPos> mRoot;
29 ::ll::TypedStorage<1, 1, bool const> mPointingUp;
30 ::ll::TypedStorage<4, 4, int> mRadius;
31 ::ll::TypedStorage<4, 4, float const> mBluntness;
32 ::ll::TypedStorage<4, 4, float const> mScale;
33 // NOLINTEND
34
35 public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI bool moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(
39 ::IBlockWorldGenAPI& target,
41 );
42
43 MCAPI void
44 placeBlocks(::IBlockWorldGenAPI& target, ::Random& random, ::SpeleothemUtils::WindOffsetter const& wind) const;
45 // NOLINTEND
46 };
47
48public:
49 // virtual functions
50 // NOLINTBEGIN
51 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
58
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition IBlockWorldGenAPI.h:25
Definition IFeature.h:19
Definition LargeDripstoneFeature.h:24
Definition LargeDripstoneFeature.h:16
static MCAPI void ** $vftable()
Definition Random.h:10
Definition WindOffsetter.h:17
Definition IFeature.h:27
Definition context.h:5