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
10class BlockPos;
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
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
37 LargeDripstone& operator=(LargeDripstone const&);
40
41 public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI bool moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(
45 ::IBlockWorldGenAPI& target,
47 );
48
49 MCAPI void
50 placeBlocks(::IBlockWorldGenAPI& target, ::Random& random, ::DripstoneUtils::WindOffsetter const& wind) const;
51 // NOLINTEND
52 };
53
54public:
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
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCAPI static void** $vftable();
80 // NOLINTEND
81};
Definition BlockPos.h:18
Definition WindOffsetter.h:7
Definition IBlockWorldGenAPI.h:25
Definition IFeature.h:13
Definition LargeDripstoneFeature.h:24
Definition LargeDripstoneFeature.h:16
Definition Random.h:16
Definition IFeature.h:21
Definition context.h:5
Definition Alias.h:14