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 DripstoneUtils { 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, ::DripstoneUtils::WindOffsetter const& wind) const;
45 // NOLINTEND
46 };
47
48public:
49 // virtual functions
50 // NOLINTBEGIN
51 // vIndex: 1
52 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
53
54 // vIndex: 0
55 virtual ~LargeDripstoneFeature() /*override*/ = default;
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
Definition WindOffsetter.h:10
Definition IBlockWorldGenAPI.h:25
Definition IFeature.h:18
Definition LargeDripstoneFeature.h:24
Definition LargeDripstoneFeature.h:16
static MCAPI void ** $vftable()
Definition Random.h:10
Definition IFeature.h:26
Definition context.h:5